Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Oct 13, 2021
1 parent f61f1b1 commit ed7d558
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ module.exports = {
],
"rules": {
"@typescript-eslint/camelcase": ["error", { "properties": "never" } ]
}
},
env: {
node: true,
},
};

0 comments on commit ed7d558

Please sign in to comment.