dev
This commit is contained in:
8
.eslintrc.js
Normal file
8
.eslintrc.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
extends: ["plugin:@einride/default"],
|
||||
rules: {
|
||||
"jest/no-deprecated-functions": "off", // we're not using Jest
|
||||
"prettier/prettier": "off", // we're not concerned with code style
|
||||
"@typescript-eslint/ban-ts-comment": "off", // we need ts comment in generated files to disable type checking of files for consumers
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user