Files: 4efee7a47afd6f4413cbd04ea28cc28bae04b389 / dictionary / eslint.js
123 bytesRaw
1 | ; |
2 | |
3 | module.exports = { |
4 | pkg: { |
5 | scripts: [ |
6 | 'lib/rules/*.js', |
7 | 'lib/formatters/*.js' |
8 | ] |
9 | } |
10 | }; |
11 |
Built with git-ssb-web
1 | ; |
2 | |
3 | module.exports = { |
4 | pkg: { |
5 | scripts: [ |
6 | 'lib/rules/*.js', |
7 | 'lib/formatters/*.js' |
8 | ] |
9 | } |
10 | }; |
11 |
Built with git-ssb-web