diff --git a/.jscsrc b/.jscsrc index 66f07448..fd195268 100644 --- a/.jscsrc +++ b/.jscsrc @@ -1,12 +1,13 @@ { - "preset": "wordpress", - "fileExtensions": [ ".js" ], - "excludeFiles": [ - "js/**.min.js", - "src/**/*.js", - "js/core.js", - "js/popper.js", - "js/theme.js", - "gulpfile.js" - ] -} + "preset": "wordpress", + "fileExtensions": [ ".js" ], + "excludeFiles": [ + "js/**.min.js", + "src/**/*.js", + "js/popper.js", + "js/theme.js", + "gulpfile.js", + "vendor/**", + "node_modules/**" + ] +} \ No newline at end of file diff --git a/.jshintignore b/.jshintignore index 22dd4402..00651b1a 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,6 +1,7 @@ js/**.min.js src/**/*.js -js/core.js js/popper.js js/theme.js gulpfile.js +node_modules +vendor \ No newline at end of file