simplify formatting

This commit is contained in:
Johannes Loher 2020-12-23 18:26:20 +01:00
parent 2ba687eb14
commit e48e9976e1
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View file

@ -11,3 +11,6 @@ foundryconfig.json
# Distribution files
dist
# ESLint
.eslintcache

View file

@ -9,10 +9,8 @@
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean",
"update": "npm install --save-dev gitlab:foundry-projects/foundry-pc/foundry-pc-types",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint 'src/**/*.ts' --fix",
"format:check": "prettier --list-different \"src/**/*.ts\"",
"format": "prettier --write \"src/**/*.ts\""
"lint": "eslint 'src/**/*.ts' --cache",
"lint:fix": "eslint 'src/**/*.ts' --cache --fix"
},
"author": "",
"license": "",