github.hscsec.cn/hashicorp/consul@v1.4.5/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  };