We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2d1a8 commit 19b3391Copy full SHA for 19b3391
2 files changed
.codeclimate.yml
@@ -1,12 +1,14 @@
1
engines:
2
- duplication:
3
- enabled: true
4
- config:
5
- languages:
6
- - javascript
7
- eslint:
8
+ duplication:
+ enabled: true
+ config:
+ languages:
+ - javascript
+ eslint:
9
10
+ config: .eslintrc.js
11
ratings:
- paths:
- - "**.js"
12
+ paths:
13
+ - "**.js"
14
#exclude_paths:
.eslintrc.js
@@ -0,0 +1,3 @@
+module.exports = {
+ extends: [ 'semistandard' ]
+}
0 commit comments