Files: 65191f9a9664f013ebe726bb95a1a54b086e1bd5 / test / .eslintrc.json
147 bytesRaw
1 | { |
2 | "parserOptions": { |
3 | "sourceType": "script" |
4 | }, |
5 | "rules": { |
6 | "no-var": "off", |
7 | "prefer-const": "off", |
8 | "vars-on-top": "off" |
9 | } |
10 | } |
11 |
Built with git-ssb-web