.eslintrc.js 110 B

1234567
  1. module.exports = {
  2. "extends": "standard",
  3. "globals": {
  4. "jQuery": true,
  5. "$": true
  6. }
  7. };