]> git.kianting.info Git - uann/blob - .eslintrc.json
20230910 : add basic parser `CONST` rule, and add the grammar rule.
[uann] / .eslintrc.json
1 {
2 "env": {
3 "browser": true,
4 "es2021": true
5 },
6 "extends": "standard-with-typescript",
7 "parserOptions": {
8 "ecmaVersion": "latest",
9 "sourceType": "module"
10 },
11 "rules": {
12 }
13 }