Skip to content

Commit 19b885d

Browse files
committed
adding prettier/react back into the react.js file for codeclimate
1 parent fd87968 commit 19b885d

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 8.2.0-alpha.0 - Aug 30th 2021
2+
3+
Adding back prettier/react in the react.js file to see if it makes codeclimate happy with local linting
4+
15
# 8.0.0 - July 6th 2021
26

37
Updated to v8 of eslint-config-prettier and made the necessary changes for that.

codeclimateEslintRulesv8.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"extends": [
1010
"airbnb",
1111
"plugin:import/typescript",
12+
"prettier/react",
1213
"plugin:jest/recommended",
1314
"plugin:prettier/recommended"
1415
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/eslint-config-frontier-react",
3-
"version": "8.1.0",
3+
"version": "8.2.0-alpha.0",
44
"description": "A common ESLint configuration setup for frontier apps",
55
"main": "index.js",
66
"scripts": {

react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
plugins: ['react-hooks'],
3+
extends: ['prettier/react'],
34
env: {
45
browser: true,
56
},

0 commit comments

Comments
 (0)