diff --git a/.hintrc b/.hintrc index 31338e3..9808b3b 100644 --- a/.hintrc +++ b/.hintrc @@ -1,7 +1,5 @@ { - "extends": [ - "development" - ], + "extends": ["development"], "hints": { "compat-api/css": [ "default", @@ -17,4 +15,4 @@ } ] } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 934babf..7cef393 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/images", "test": "grunt test", - "lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n", + "lint": "npm -s run lint:js && npm -s run lint:styles", "lint:fix:js": "npm -s run lint:js -- --fix", "lint:fix:styles": "npm -s run lint:styles -- --fix", "lint:js": "eslint --cache --max-warnings 0 .",