mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-30 22:11:03 +00:00
Typescript-eslint 2 (#193)
This commit is contained in:
+12
-1
@@ -1 +1,12 @@
|
||||
module.exports = require('@polkadot/dev-react/config/eslint');
|
||||
const base = require('@polkadot/dev-react/config/eslint');
|
||||
|
||||
module.exports = {
|
||||
...base,
|
||||
parserOptions: {
|
||||
...base.parserOptions,
|
||||
extraFileExtensions: ['*.d.ts'],
|
||||
project: [
|
||||
'./tsconfig.eslint.json'
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user