Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Set one-var to never
Browse files Browse the repository at this point in the history
  • Loading branch information
mdafanasev committed Nov 13, 2021
1 parent 11a64d5 commit 158b4ec
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 @@ -218,7 +218,7 @@ module.exports = {
'object-property-newline': 'off',
'object-shorthand': 'off',
'one-var-declaration-per-line': 'off',
'one-var': 'error',
'one-var': ['error', 'never'],
'operator-assignment': 'off',
'operator-linebreak': 'off',
'padded-blocks': 'off',
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": "@afsv/eslint-config-base",
"version": "0.1.1",
"version": "0.1.2",
"description": "Base ESLint config",
"main": "index.js",
"repository": "[email protected]:mdafanasev/eslint-config-base.git",
Expand Down

0 comments on commit 158b4ec

Please sign in to comment.