mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-08 00:29:50 +02:00
Remove eslint-plugin-json-format (#609)
* Remove eslint-plugin-json-format * json
This commit is contained in:
@@ -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(" ")
|
||||
|
Reference in New Issue
Block a user