We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b31b37 + fd8a65c commit 7dffc3fCopy full SHA for 7dffc3f
.eslintrc
@@ -8,5 +8,6 @@
8
"rules": {
9
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
10
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
11
- }
+ },
12
+ "ignorePatterns": ["dist/"]
13
}
package.json
@@ -5,8 +5,8 @@
5
"types": "dist/model.d.ts",
6
"scripts": {
7
"build": "tsc",
- "lint": "eslint src/*.ts --fix",
- "test": "eslint src/*.ts && jest && yarn build && bundlesize",
+ "lint": "eslint **/*.ts --fix",
+ "test": "eslint **/*.ts && jest && yarn build && bundlesize",
"prepare": "yarn build"
},
"author": "Nikhil Fadnis",
0 commit comments