Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / 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