jquery-ui/.jscsrc
Michał Gołębiowski-Owczarek 512cbbf4d9
Build: Update jQuery Simulate, jQuery Migrate & jQuery Color
The jQuery Simulate & jQuery Color updates are needed for compatibility
with jQuery master, a future jQuery 4.

Closes gh-1914
2020-05-16 08:26:48 +02:00

19 lines
373 B
Plaintext

{
"preset": "jquery",
// This is currently unenforcable see https://github.com/jscs-dev/node-jscs/issues/1686
"requireCapitalizedComments": null,
// Until we drop IE8 this prevents things like warning on float keyword
"es3": true,
// We want to output all errors
"maxErrors": 1000000,
"excludeFiles": [
"dist/**/*",
"external/**/*",
"ui/vendor/**/*"
]
}