mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 21:21:03 +00:00
13 lines
296 B
Plaintext
13 lines
296 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
|
|
}
|