1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 00:30:09 +02:00

package: ignore detached-window.js in eslint

This commit is contained in:
Kushagra Gour
2018-06-23 09:46:37 +05:30
parent c072a2624b
commit 2eb7c792b7

View File

@@ -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}": [