aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
authorMarian Oancea <contact@siteshop.ro>2014-11-06 01:46:01 +0800
committerMarian Oancea <contact@siteshop.ro>2014-11-06 01:46:01 +0800
commit4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c (patch)
treec368675984eb642f13334f2e61f6401d58776863 /.jshintrc
parent3e174a08790ca009a2107a3564b179ae1f036c33 (diff)
downloadgo-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar
go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.gz
go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.bz2
go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.lz
go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.xz
go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.zst
go-tangerine-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.zip
Converted to node module
Converted to npm package Added brower Added browserify with minification Updated Readme
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc50
1 files changed, 50 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 000000000..c0ec5f89d
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,50 @@
+{
+ "predef": [
+ "console",
+ "require",
+ "equal",
+ "test",
+ "testBoth",
+ "testWithDefault",
+ "raises",
+ "deepEqual",
+ "start",
+ "stop",
+ "ok",
+ "strictEqual",
+ "module",
+ "expect",
+ "reject",
+ "impl"
+ ],
+
+ "esnext": true,
+ "proto": true,
+ "node" : true,
+ "browser" : true,
+ "browserify" : true,
+
+ "boss" : true,
+ "curly": false,
+ "debug": true,
+ "devel": true,
+ "eqeqeq": true,
+ "evil": true,
+ "forin": false,
+ "immed": false,
+ "laxbreak": false,
+ "newcap": true,
+ "noarg": true,
+ "noempty": false,
+ "nonew": false,
+ "nomen": false,
+ "onevar": false,
+ "plusplus": false,
+ "regexp": false,
+ "undef": true,
+ "sub": true,
+ "strict": false,
+ "white": false,
+ "shadow": true,
+ "eqnull": true
+} \ No newline at end of file