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