]> git.kianting.info Git - clo/blob - .eslintrc.json
add readme and todo
[clo] / .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 }