mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-27 16:50:11 +02:00
package: ignore detached-window.js in eslint
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"build/*",
|
||||
"src/lib/",
|
||||
"src/tests/",
|
||||
"src/CodeMirror.js"
|
||||
"src/CodeMirror.js",
|
||||
"src/detached-window.js"
|
||||
],
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,json,css,md}": [
|
||||
|
Reference in New Issue
Block a user