mirror of
https://github.com/zhigang1992/connect.git
synced 2026-01-13 09:00:27 +08:00
10 lines
204 B
JavaScript
10 lines
204 B
JavaScript
module.exports = {
|
|
root: true,
|
|
reportUnusedDisableDirectives: true,
|
|
extends: ['@blockstack/eslint-config'],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: './tsconfig.json',
|
|
}
|
|
};
|