Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | { |
2 | "extends": [ |
3 | "eslint:recommended", |
4 | "plugin:@typescript-eslint/recommended" |
5 | ], |
6 | "parser": "@typescript-eslint/parser", |
7 | "plugins": [ |
8 | "@typescript-eslint" |
9 | ], |
10 | "rules": { |
11 | "@typescript-eslint/no-empty-function": "off" |
12 | }, |
13 | "root": true, |
14 | "ignorePatterns": ["./backup/**", "**/*.js"] |
15 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |