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
|
||||
dist
|
||||
|
||||
# ESLint
|
||||
.eslintcache
|
||||
|
|
|
@ -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": "",
|
||||
|
|
Loading…
Reference in a new issue