Skip to content

Commit

Permalink
Fix overrides duplication (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowyDEV authored Jan 12, 2023
1 parent d6e761a commit 1d49e6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nordcloud/eslint-config-pat",
"version": "4.15.0",
"version": "4.15.1",
"description": "Shareable ESLint config for PAT projects",
"author": "Nordcloud Engineering",
"license": "MIT",
Expand Down
2 changes: 0 additions & 2 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ module.exports = {
singleQuote: true,
},
},
],
overrides: [
{
files: "*.json5",
options: {
Expand Down

0 comments on commit 1d49e6c

Please sign in to comment.