You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/12/02 11:31:17 UTC

[incubator-echarts] branch treeshakable-exports updated: delete useless jshintrc

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch treeshakable-exports
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/treeshakable-exports by this push:
     new b6b6edd  delete useless jshintrc
b6b6edd is described below

commit b6b6edd7c5951bfad929cc99990119734b26a4df
Author: pissang <bm...@gmail.com>
AuthorDate: Wed Dec 2 19:30:17 2020 +0800

    delete useless jshintrc
---
 .jshintrc | 70 ---------------------------------------------------------------
 1 file changed, 70 deletions(-)

diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 8fa122a..0000000
--- a/.jshintrc
+++ /dev/null
@@ -1,70 +0,0 @@
-{
-    "bitwise": false,
-    "camelcase": true,
-    "curly": true,
-    "eqeqeq": false,
-    "forin": false,
-    "immed": true,
-    "latedef": false,
-    "newcap": true,
-    "noarg": false,
-    "noempty": true,
-    "nonew": true,
-    "plusplus": false,
-    "quotmark": "single",
-    "regexp": false,
-    "undef": true,
-    "unused": "vars",
-    "strict": false,
-    "trailing": false,
-    "maxparams": 20,
-    "maxdepth": 6,
-    "maxlen": 200,
-
-    "asi": false,
-    "boss": false,
-    "debug": false,
-    "eqnull": true,
-    "esversion": 6,
-    "module": true,
-    "evil": true,
-    "expr": true,
-    "funcscope": false,
-    "globalstrict": false,
-    "iterator": false,
-    "lastsemic": false,
-    "laxbreak": true,
-    "laxcomma": false,
-    "loopfunc": false,
-    "multistr": false,
-    "onecase": false,
-    "proto": false,
-    "regexdash": false,
-    "scripturl": false,
-    "smarttabs": false,
-    "shadow": true,
-    "sub": true,
-    "supernew": false,
-    "validthis": true,
-
-    "browser": true,
-    "couch": false,
-    "devel": true,
-    "dojo": false,
-    "jquery": true,
-    "mootools": false,
-    "node": false,
-    "nonstandard": false,
-    "prototypejs": false,
-    "rhino": false,
-    "wsh": false,
-
-    "nomen": false,
-    "onevar": false,
-    "passfail": false,
-    "white": false,
-
-    "predef": [
-        "global"
-    ]
-}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org