fixes
This commit is contained in:
@ -35,7 +35,7 @@ export class Node implements Snippet {
|
||||
folder
|
||||
);
|
||||
|
||||
await modify_json ((obj) => {
|
||||
await modify_json ((obj: Record<string, unknown>) => {
|
||||
obj.scripts = {
|
||||
lint: 'eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs',
|
||||
test: 'nyc ava'
|
||||
|
Reference in New Issue
Block a user