/[sudobot]/branches/5.x/.eslintrc.json
ViewVC logotype

Contents of /branches/5.x/.eslintrc.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 346 byte(s)
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