UNPKG

127 BJavaScriptView Raw
1module.exports = {
2 env: {
3 node: true
4 },
5 extends: [
6 'plugin:github/es6'
7 ],
8 rules: {
9 'no-console': 0
10 }
11}