Files: b42712bfb57c4f7d0d82f9add942f8d13b310ed5 / examples / .eslintrc.json
123 bytesRaw
1 | { |
2 | "parserOptions": { |
3 | "sourceType": "script" |
4 | }, |
5 | "rules": { |
6 | "no-path-concat": "off", |
7 | "no-var": "off" |
8 | } |
9 | } |
10 |
Built with git-ssb-web
1 | { |
2 | "parserOptions": { |
3 | "sourceType": "script" |
4 | }, |
5 | "rules": { |
6 | "no-path-concat": "off", |
7 | "no-var": "off" |
8 | } |
9 | } |
10 |
Built with git-ssb-web