@modern-js-app/eslint-config 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @modern-js-app/eslint-config
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 294c4dbf: feat: upgrade prettier version
8
+
3
9
  ## 1.2.0
4
10
 
5
11
  ### Minor Changes
package/eslintrc.js CHANGED
@@ -995,7 +995,7 @@ module.exports = {
995
995
  singleQuote: true,
996
996
  trailingComma: 'all',
997
997
  bracketSpacing: true,
998
- jsxBracketSameLine: true,
998
+ bracketSameLine: true,
999
999
  arrowParens: 'avoid',
1000
1000
  endOfLine: 'auto',
1001
1001
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js-app/eslint-config",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
5
5
  "homepage": "https://modernjs.dev",
6
6
  "bugs": "https://github.com/modern-js-dev/modern.js/issues",
@@ -29,7 +29,7 @@
29
29
  "eslint-plugin-promise": "^5.1.0",
30
30
  "eslint-plugin-react": "^7.24.0",
31
31
  "eslint-plugin-react-hooks": "^4.2.0",
32
- "prettier": "^2.0.1"
32
+ "prettier": "^2.5.1"
33
33
  },
34
34
  "dependencies": {
35
35
  "@modern-js/babel-preset-app": "^1.2.0"