simplify formatting
This commit is contained in:
parent
2ba687eb14
commit
e48e9976e1
2 changed files with 5 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,3 +11,6 @@ foundryconfig.json
|
||||||
|
|
||||||
# Distribution files
|
# Distribution files
|
||||||
dist
|
dist
|
||||||
|
|
||||||
|
# ESLint
|
||||||
|
.eslintcache
|
||||||
|
|
|
@ -9,10 +9,8 @@
|
||||||
"build:watch": "gulp watch",
|
"build:watch": "gulp watch",
|
||||||
"clean": "gulp clean && gulp link --clean",
|
"clean": "gulp clean && gulp link --clean",
|
||||||
"update": "npm install --save-dev gitlab:foundry-projects/foundry-pc/foundry-pc-types",
|
"update": "npm install --save-dev gitlab:foundry-projects/foundry-pc/foundry-pc-types",
|
||||||
"lint": "eslint 'src/**/*.ts'",
|
"lint": "eslint 'src/**/*.ts' --cache",
|
||||||
"lint:fix": "eslint 'src/**/*.ts' --fix",
|
"lint:fix": "eslint 'src/**/*.ts' --cache --fix"
|
||||||
"format:check": "prettier --list-different \"src/**/*.ts\"",
|
|
||||||
"format": "prettier --write \"src/**/*.ts\""
|
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "",
|
"license": "",
|
||||||
|
|
Loading…
Reference in a new issue