.eslintignore 183 B

12345678
  1. assets/vendor/**/*
  2. node_modules/**/*
  3. **/js_test_files/**/*
  4. *.js
  5. !*.es6.js
  6. modules/locale/tests/locale_test.es6.js
  7. !tests/Drupal/Nightwatch/**/*.js
  8. misc/polyfills/object.assign.es6.js