This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/.jscsrc

14 lines
236 B
Plaintext
Raw Permalink Normal View History

2017-01-26 18:15:24 +00:00
{
"preset": "wordpress",
"fileExtensions": [ ".js" ],
"excludeFiles": [
2018-01-27 23:38:17 +00:00
"js/**.min.js",
"js/**.min.js",
"src/**/*.js",
"js/core.js",
"js/popper.js",
2018-03-07 12:32:41 +00:00
"js/theme.js",
"gulpfile.js"
2017-01-26 18:15:24 +00:00
]
2018-01-27 23:38:17 +00:00
}