Skip to content

Commit 6bd1327

Browse files
author
Filippo Conti
committed
Codeclimate fix
Ignore tutorials and docs
1 parent b47098e commit 6bd1327

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.codeclimate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
exclude_patterns:
2+
- "tutorials/"
3+
- "docs/"

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
test: /\.js$/,
3030
exclude: /(node_modules|bower_components)/,
3131
use: {
32-
loader: 'babel-loader?cacheDirectory=true'
32+
loader: "babel-loader?cacheDirectory=true"
3333
}
3434
}
3535
]

0 commit comments

Comments
 (0)