mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Remove eslint-plugin-json-format (#609)
* Remove eslint-plugin-json-format * json
This commit is contained in:
parent
5418f68cc5
commit
82717bceda
3 changed files with 1 additions and 278 deletions
|
@ -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(" ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue