Skip to content

Commit

Permalink
Merge pull request #20 from nhn/feat/v8.37.0-8.49.0
Browse files Browse the repository at this point in the history
feat: updated rule for 8.37.0~8.49.0
  • Loading branch information
sunyoungBae authored Sep 15, 2023
2 parents 5c0582e + 76a9ee2 commit 35eb01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "eslint-config-tui",
"version": "5.3.0",
"version": "5.4.0",
"description": "ESLint sharable config for TUI components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"eslint": "^8.36.0"
"eslint": "^8.49.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion rules/suggestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ module.exports = {
"no-restricted-properties": 0,
"no-restricted-syntax": [2, "WithStatement"],
"no-return-assign": [2, "always"],
"no-return-await": 2,
"no-script-url": 2,
"no-sequences": [2, { allowInParentheses: false }],
"no-shadow": [2, { ignoreOnInitialization: false }],
Expand Down

0 comments on commit 35eb01e

Please sign in to comment.