Skip to content

Commit

Permalink
TECH disable metrics doc rule
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryfranz committed Sep 10, 2019
1 parent 21e408f commit 6347acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
],
rules: {
'metrics/metrics-definition': 1,
'metrics/metrics-documentation': 1,
'metrics/metrics-documentation': 0,
'no-use-before-define': [2, 'nofunc'],
'vars-on-top': 0,
'no-param-reassign': 0,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-cp",
"version": "5.4.0",
"version": "5.5.0",
"description": "The Chauffeur-Privé ESLint",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6347acb

Please sign in to comment.