We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e8e37 commit 4ca6cafCopy full SHA for 4ca6caf
eslint.config.cjs
@@ -0,0 +1,5 @@
1
+const config = require('@devoxa/eslint-config')
2
+
3
+module.exports = config({
4
+ ignoreFiles: ['.gitignore'],
5
+})
package.json
@@ -12,13 +12,10 @@
12
"start": "ts-node-dev --exit-child --respawn --rs src/index.ts",
13
"format": "prettier --ignore-path='.gitignore' --list-different --write .",
14
"format:check": "prettier --ignore-path='.gitignore' --check .",
15
- "lint": "eslint --ignore-path='.gitignore' 'src/**/*.ts'",
+ "lint": "eslint 'src/**/*.ts'",
16
"build": "rm -rf dist/ && tsc",
17
"preversion": "yarn build"
18
},
19
- "eslintConfig": {
20
- "extends": "@devoxa"
21
- },
22
"prettier": "@devoxa/prettier-config",
23
"dependencies": {
24
"s3rver": "3.7.1"
0 commit comments