mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-03-15 17:50:50 +00:00
12 lines
182 B
JavaScript
12 lines
182 B
JavaScript
const base = require('@polkadot/dev/config/eslint');
|
|
|
|
module.exports = {
|
|
...base,
|
|
parserOptions: {
|
|
...base.parserOptions,
|
|
project: [
|
|
'./tsconfig.json'
|
|
]
|
|
}
|
|
};
|