You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
296 B
13 lines
296 B
5 years ago
|
{
|
||
|
"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
|
||
|
}
|