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

* Remove eslint-plugin-json-format

* json
This commit is contained in:
Lipis 2020-01-29 12:26:40 +02:00 committed by GitHub
parent 5418f68cc5
commit 82717bceda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 278 deletions

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(" ")