.eslintrc.js 92 B

123456
  1. module.exports = {
  2. "ignorePatterns": [
  3. "config/**/*.js",
  4. "scripts/**/*.js"
  5. ]
  6. };