github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/ui-v2/.dev.eslintrc.js (about)

     1  module.exports = {
     2    extends: ['./.eslintrc.js'],
     3    rules: {
     4      'no-console': 'warn',
     5      'no-unused-vars': ['error', { args: 'none' }],
     6      'ember/routes-segments-snake-case': 'warn',
     7    },
     8  };