Remove eslint-plugin-json-format (#609)

* Remove eslint-plugin-json-format

* json
This commit is contained in:
Lipis
2020-01-29 11:26:40 +01:00
committed by GitHub
parent 5418f68cc5
commit 82717bceda
3 changed files with 1 additions and 278 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const { CLIEngine } = require("eslint");
const cli = new CLIEngine({});
module.exports = {
"*.{js,ts,tsx,json}": files => {
"*.{js,ts,tsx}": files => {
return (
"eslint --max-warnings=0 " +
files.filter(file => !cli.isPathIgnored(file)).join(" ")