mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Error on linter warnings
This commit is contained in:
parent
e4688e12a1
commit
5d802c6a34
@ -133,6 +133,7 @@ module.exports = {
|
|||||||
}],
|
}],
|
||||||
'import/no-duplicates': 'error',
|
'import/no-duplicates': 'error',
|
||||||
'import/no-extraneous-dependencies': 'error',
|
'import/no-extraneous-dependencies': 'error',
|
||||||
|
'import/no-named-as-default': 'off',
|
||||||
// Doesn't work with type imports
|
// Doesn't work with type imports
|
||||||
'no-duplicate-imports': 'off',
|
'no-duplicate-imports': 'off',
|
||||||
'unused-imports/no-unused-imports-ts': 'error',
|
'unused-imports/no-unused-imports-ts': 'error',
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
"docker:stop": "./test/docker/docker-stop.sh",
|
"docker:stop": "./test/docker/docker-stop.sh",
|
||||||
"docs": "typedoc",
|
"docs": "typedoc",
|
||||||
"jest": "jest --coverageReporters text-summary --",
|
"jest": "jest --coverageReporters text-summary --",
|
||||||
"lint": "eslint . --cache --ignore-path .gitignore",
|
"lint": "eslint . --cache --ignore-path .gitignore --max-warnings 0",
|
||||||
"prepare": "npm run build",
|
"prepare": "npm run build",
|
||||||
"start": "node ./bin/server.js",
|
"start": "node ./bin/server.js",
|
||||||
"start:file": "node ./bin/server.js -c config/file.json -f ./data",
|
"start:file": "node ./bin/server.js -c config/file.json -f ./data",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user