github.com/judwhite/consul@v1.4.4-0.20190315202039-6ef970a191d3/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  };