mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: ESLint ignore
This commit is contained in:
parent
98bf8c199d
commit
782883b5e8
@ -1,4 +0,0 @@
|
|||||||
coverage
|
|
||||||
dist
|
|
||||||
docs
|
|
||||||
node_modules
|
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,8 +1,6 @@
|
|||||||
node_modules
|
coverage
|
||||||
|
|
||||||
dist
|
dist
|
||||||
docs
|
docs
|
||||||
|
node_modules
|
||||||
.eslintcache
|
.eslintcache
|
||||||
coverage
|
|
||||||
tsconfig.tsbuildinfo
|
tsconfig.tsbuildinfo
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
"docker:stop": "./test/docker/docker-stop.sh",
|
"docker:stop": "./test/docker/docker-stop.sh",
|
||||||
"docs": "typedoc",
|
"docs": "typedoc",
|
||||||
"jest": "jest",
|
"jest": "jest",
|
||||||
"lint": "eslint . --cache",
|
"lint": "eslint . --cache --ignore-path .gitignore",
|
||||||
"prepare": "npm run build",
|
"prepare": "npm run build",
|
||||||
"start": "node ./bin/server.js",
|
"start": "node ./bin/server.js",
|
||||||
"test": "npm run test:ts && npm run jest",
|
"test": "npm run test:ts && npm run jest",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user