mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: .eslintrc -> .eslintrc.json
`.eslintrc` format is deprecated - http://eslint.org/docs/user-guide/configuring#configuration-file-formats Fixes gh-3248 Closes gh-3247
This commit is contained in:
parent
308e4b534b
commit
6acf4a7946
2
dist/.eslintrc → dist/.eslintrc.json
vendored
2
dist/.eslintrc → dist/.eslintrc.json
vendored
@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../src/.eslintrc",
|
||||
"extends": "../src/.eslintrc.json",
|
||||
"rules": {
|
||||
// That is okay for the built version
|
||||
"no-multiple-empty-lines": "off",
|
@ -1,5 +1,5 @@
|
||||
/* global Symbol */
|
||||
// Defining this global in .eslintrc would create a danger of using the global
|
||||
// Defining this global in .eslintrc.json would create a danger of using the global
|
||||
// unguarded in another place, it seems safer to define global only for this module
|
||||
|
||||
define( [
|
||||
|
@ -2,6 +2,6 @@
|
||||
"env": {
|
||||
"es6": true
|
||||
},
|
||||
"extends" : "../../.eslintrc",
|
||||
"extends" : "../../.eslintrc.json",
|
||||
"root": true
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"extends": "../../.eslintrc",
|
||||
"root": true
|
||||
}
|
4
test/promises_aplus_adapters/.eslintrc.json
Normal file
4
test/promises_aplus_adapters/.eslintrc.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../.eslintrc.json",
|
||||
"root": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user