diff --git a/.jscsrc b/.jscsrc deleted file mode 100644 index 7d15b2b..0000000 --- a/.jscsrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "disallowTrailingWhitespace": true, - "validateIndentation": 2 -} \ No newline at end of file diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index 598d3c1..0000000 --- a/.jshintrc +++ /dev/null @@ -1,28 +0,0 @@ -{ - "strict": true, - "node": true, - "nonew": true, - "curly": true, - "eqeqeq": true, - "immed": true, - "newcap": true, - "regexp": true, - "evil": true, - "eqnull": true, - "expr": true, - "undef": true, - "unused": true, - "esnext": true, - - "globals": { - "expect": true, - "sinon": true, - "describe" : true, - "it" : true, - "before" : true, - "beforeEach" : true, - "after" : true, - "afterEach" : true, - "jQuery" : true - } -} \ No newline at end of file