1
0
mirror of https://github.com/fluencelabs/libp2p-ts synced 2025-03-31 01:11:04 +00:00
libp2p-ts/.eslintrc.js

12 lines
182 B
JavaScript
Raw Normal View History

2019-08-30 10:54:53 +02:00
const base = require('@polkadot/dev/config/eslint');
module.exports = {
...base,
parserOptions: {
...base.parserOptions,
project: [
2019-10-22 11:01:36 +02:00
'./tsconfig.json'
2019-08-30 10:54:53 +02:00
]
}
};