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.
1 parent b754d01 commit 860ec09Copy full SHA for 860ec09
tools/eslint/.eslintrc.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
extends: ["plugin:@einride/default"],
3
rules: {
4
- "jest/no-deprecated-functions": 0,
5
- "prettier/prettier": 0,
+ "jest/no-deprecated-functions": "off", // we're not using Jest
+ "prettier/prettier": "off", // we're not concerned with code style
6
},
7
};
0 commit comments