Skip to content

Commit

Permalink
sync with aem-boilerplate-xwalk
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed May 27, 2024
1 parent 2368b3a commit 07048bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
root: true,
extends: 'airbnb-base',
plugins: [
'json',
extends: [
'airbnb-base',
'plugin:json/recommended',
],
env: {
browser: true,
Expand All @@ -14,7 +14,6 @@ module.exports = {
requireConfigFile: false,
},
rules: {
'json/*': 'error',
'import/extensions': ['error', { js: 'always' }], // require js file extensions in imports
'linebreak-style': ['error', 'unix'], // enforce unix linebreaks
'no-param-reassign': [2, { props: false }], // allow modifying properties of param
Expand Down
10 changes: 5 additions & 5 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
Expand Up @@ -30,7 +30,7 @@
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "4.0.0",
"eslint-plugin-json": "3.1.0",
"sinon": "18.0.0",
"stylelint": "16.6.0",
"stylelint-config-standard": "36.0.0"
Expand Down

0 comments on commit 07048bf

Please sign in to comment.