Skip to content

Commit

Permalink
Linters fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed May 7, 2020
1 parent a39b598 commit d332fa3
Show file tree
Hide file tree
Showing 6 changed files with 1,807 additions and 879 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": "standard",
"installedESLint": true,
"plugins": [
"standard",
"promise"
Expand All @@ -10,7 +9,8 @@
"jquery": true
},
"globals": {
"i18n": true
"i18n": true,
"Mousetrap": true
},
"rules": {
"indent": [
Expand Down
7 changes: 0 additions & 7 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
"rules": {
"block-no-empty": null,
"color-no-invalid-hex": true,
"comment-empty-line-before": [ "always", {
"ignore": ["stylelint-commands", "between-comments"]
} ],
"declaration-colon-space-after": "always",
"indentation": 4,
"max-empty-lines": 2,
"rule-nested-empty-line-before": [ "always", {
"except": ["first-nested"],
"ignore": ["after-comment"]
} ],
"unit-no-unknown": true,
"property-no-vendor-prefix": true
}
Expand Down
Loading

0 comments on commit d332fa3

Please sign in to comment.