Skip to content

Commit 424a972

Browse files
committed
Fixed syntax
1 parent 31cdd0d commit 424a972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.jscsrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"preset": "wordpress",
33
"fileExtensions": [ ".js" ],
44
"excludeFiles": [
5-
"assets/dist/js/admin.js",
6-
"assets/dist/js/app.js",
7-
"assets/dist/js/gutenberg.js"
5+
"assets/dist/js/admin.js",
6+
"assets/dist/js/app.js",
7+
"assets/dist/js/gutenberg.js",
88
"webpack.min.js"
99
]
1010
}

0 commit comments

Comments
 (0)