diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-07-29 22:18:58 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-08-02 21:16:20 +0300 |
commit | 6acf4a79467a5aea5bc1eb7d552d72366718635d (patch) | |
tree | 595a026a2f06f22dbc5ad23641c13edf1058dd7b /src | |
parent | 308e4b534b8b8bddff85b6327481d0cee6f70a2a (diff) | |
download | jquery-6acf4a79467a5aea5bc1eb7d552d72366718635d.tar.gz jquery-6acf4a79467a5aea5bc1eb7d552d72366718635d.zip |
Build: .eslintrc -> .eslintrc.json
`.eslintrc` format is deprecated -
http://eslint.org/docs/user-guide/configuring#configuration-file-formats
Fixes gh-3248
Closes gh-3247
Diffstat (limited to 'src')
-rw-r--r-- | src/.eslintrc.json (renamed from src/.eslintrc) | 0 | ||||
-rw-r--r-- | src/core.js | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/.eslintrc b/src/.eslintrc.json index dbf16c584..dbf16c584 100644 --- a/src/.eslintrc +++ b/src/.eslintrc.json diff --git a/src/core.js b/src/core.js index 68ba9a5c2..f3983b4a8 100644 --- a/src/core.js +++ b/src/core.js @@ -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( [ |