This commit is contained in:
2020-04-18 17:43:13 +02:00
parent f383ed0ce4
commit c0c2881020
3 changed files with 14 additions and 6 deletions

View File

@ -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'