mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-30 01:11:05 +00:00
12 lines
195 B
JavaScript
12 lines
195 B
JavaScript
const base = require('@polkadot/dev-react/config/eslint');
|
|
|
|
module.exports = {
|
|
...base,
|
|
parserOptions: {
|
|
...base.parserOptions,
|
|
project: [
|
|
'./tsconfig.eslint.json'
|
|
]
|
|
}
|
|
};
|