deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
13
dev-packages/application-manager/.eslintrc.js
Normal file
13
dev-packages/application-manager/.eslintrc.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/** @type {import('eslint').Linter.Config} */
|
||||
module.exports = {
|
||||
extends: [
|
||||
'../../configs/build.eslintrc.json'
|
||||
],
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: 'tsconfig.json'
|
||||
},
|
||||
rules: {
|
||||
'import/no-dynamic-require': 'off'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user