Skip to content

Commit

Permalink
Requires semi-colons
Browse files Browse the repository at this point in the history
  • Loading branch information
DiefBell committed Aug 29, 2024
1 parent 459343b commit ba9ed48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslintrc/core.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const config = {

// Have semi-colons
"semi": ["off"],
"@stylistic/semi": ["warn"],
"@stylistic/semi": ["error", "always"],

// Double quotes
"quotes": "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": "@dief/prefs",
"version": "1.0.0",
"version": "1.1.0",
"author": "diefbell <[email protected]>",
"repository": "https://github.com/DiefBell/prefs.git",
"dependencies": {
Expand Down

0 comments on commit ba9ed48

Please sign in to comment.