UNPKG

241 BJavaScriptView Raw
1module.exports = {
2 // Inherit from our package
3 extends: 'eslint-config-twolfson',
4
5 // Configure our environment
6 // http://eslint.org/docs/user-guide/configuring#specifying-environments
7 env: {
8 node: true,
9 mocha: true
10 }
11};