Skip to content

Commit

Permalink
Merge pull request #60 from tovmassian/feature/ONEPLFR-169-fix-ts-vue…
Browse files Browse the repository at this point in the history
…-issues

UPDATE elint-config-adidas-vue rules
  • Loading branch information
RecuencoJones committed Sep 27, 2023
2 parents efb1b4a + d103c91 commit 35dd0ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config-adidas-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- Updted a few rules according to new version requirements

## 2.0.0

- Updated ESLint to version 8.
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-config-adidas-vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {

// base rules
'vue/comment-directive': 'error',
'vue/experimental-script-setup-vars': 'error',
'vue/jsx-uses-vars': 'error',

// priority A: essential
Expand Down Expand Up @@ -109,7 +108,7 @@ module.exports = {
'error',
{
singleline: Infinity,
multiline: { max: 1, allowFirstLine: true }
multiline: 1
}
],
'vue/multiline-html-element-content-newline': 'off',
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-adidas-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-adidas-vue",
"version": "2.0.0",
"version": "2.0.1",
"description": "ESLint configuration and rules for Vue codebases",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit 35dd0ee

Please sign in to comment.