Skip to content

Commit 130ae5c

Browse files
committed
Remove broken rules, for now
Release version 2.0.4.
1 parent c419a03 commit 130ae5c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

index.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,13 @@ module.exports = {
6464
* @property {object} rules - Tree custom rule and additional linter configuration.
6565
*/
6666
rules: {
67-
'jsdoc/check-access': 'warn',
6867
'jsdoc/check-alignment': 'warn',
6968
'jsdoc/check-examples': 'warn',
7069
'jsdoc/check-indentation': 'off',
7170
'jsdoc/check-param-names': 'warn',
72-
'jsdoc/check-property-names': 'warn',
7371
'jsdoc/check-syntax': 'warn',
7472
'jsdoc/check-tag-names': 'warn',
7573
'jsdoc/check-types': 'warn',
76-
'jsdoc/check-values': 'warn',
77-
'jsdoc/empty-tags': 'warn',
7874
'jsdoc/implements-on-classes': 'warn',
7975
'jsdoc/match-description': 'warn',
8076
'jsdoc/newline-after-description': 'off',
@@ -91,10 +87,6 @@ module.exports = {
9187
'jsdoc/require-param-name': 'warn',
9288
'jsdoc/require-param-type': 'warn',
9389
'jsdoc/require-param': 'warn',
94-
'jsdoc/require-property': 'warn',
95-
'jsdoc/require-property-description': 'warn',
96-
'jsdoc/require-property-name': 'warn',
97-
'jsdoc/require-property-type': 'warn',
9890
'jsdoc/require-returns-check': 'warn',
9991
'jsdoc/require-returns-description': 'warn',
10092
'jsdoc/require-returns-type': 'warn',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)