Skip to content
Snippets Groups Projects
Commit ff3e56e8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2299269 by nod_: Update eslint configuration for 0.7.4 version.

parent 91fb35ef
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
core/assets/vendor/*
core/assets/vendor/**/*
core/modules/locale/tests/locale_test.js
core/modules/tour/js/jquery.joyride-2.0.3.js
core/vendor/*
sites/*/files
core/vendor/**/*
sites/**/files/**/*
......@@ -16,9 +16,10 @@
"rules": {
"eqeqeq": [2, "smart"],
"guard-for-in": 2,
"no-mixed-spaces-and-tabs": 2,
"no-trailing-spaces": 2,
"no-undef": 2,
//"no-unused-vars": [2, {"vars": "local", "args": "none"}],
"no-unused-vars": 0,
"no-unused-vars": [2, {"vars": "local", "args": "none"}],
"strict": 2,
"new-cap": 0,
"quotes": 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment