mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-04-01 09:51:05 +00:00
13 lines
226 B
JavaScript
13 lines
226 B
JavaScript
|
const base = require('@polkadot/dev/config/eslint');
|
||
|
|
||
|
module.exports = {
|
||
|
...base,
|
||
|
parserOptions: {
|
||
|
...base.parserOptions,
|
||
|
extraFileExtensions: ['*.d.ts'],
|
||
|
project: [
|
||
|
'./tsconfig.eslint.json'
|
||
|
]
|
||
|
}
|
||
|
};
|