Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / prelude / .eslintrc.json
120 bytesRaw
1 | { |
2 | "parserOptions": { |
3 | "sourceType": "script" |
4 | }, |
5 | "rules": { |
6 | "no-var": "off", |
7 | "vars-on-top": "off" |
8 | } |
9 | } |
10 |
Built with git-ssb-web
1 | { |
2 | "parserOptions": { |
3 | "sourceType": "script" |
4 | }, |
5 | "rules": { |
6 | "no-var": "off", |
7 | "vars-on-top": "off" |
8 | } |
9 | } |
10 |
Built with git-ssb-web