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 130ae5c commit d31c984Copy full SHA for d31c984
index.js
@@ -123,6 +123,7 @@ module.exports = {
123
'no-undefined': 'warn',
124
'no-case-declarations': 'off',
125
'object-curly-spacing': 'off',
126
+ 'prefer-const': 'warn',
127
'quote-props': 'off',
128
'semi': ['error', 'always'],
129
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-tree",
3
- "version": "2.0.4",
+ "version": "2.0.5",
4
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
5
"main": "index.js",
6
"repository": {
0 commit comments