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

Commit

Permalink
chore: add eslint rule to enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 15, 2022
1 parent 3b6ee86 commit aa32ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"plugin:import/typescript"
],
"rules": {
"unicorn/prefer-node-protocol": "error",
"no-console": "off",
"vue/multi-word-component-names": "off",
"vue/one-component-per-file": "off",
Expand Down

0 comments on commit aa32ade

Please sign in to comment.