Skip to content

Commit d00a7d4

Browse files
committed
update: return prettier configuration and update @exabyte-io/eslint-config
1 parent d7d5042 commit d00a7d4

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests/coverage/**

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"singleQuote": false,
3+
"printWidth": 100,
4+
"trailingComma": "all",
5+
"tabWidth": 4
6+
}

package-lock.json

Lines changed: 34 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"@babel/preset-env": "7.16.4",
3636
"@babel/preset-react": "7.16.7",
3737
"@babel/runtime-corejs2": "7.16.7",
38-
"@exabyte-io/eslint-config": "^2022.11.16-0",
3938
"@exabyte-io/periodic-table.js": "2022.5.5-2",
4039
"@material-ui/core": "^4.12.3",
4140
"@material-ui/icons": "^4.11.2",
@@ -61,15 +60,18 @@
6160
"react-dom": "^16.14.0"
6261
},
6362
"devDependencies": {
63+
"@exabyte-io/eslint-config": "^2022.11.17-0",
6464
"@exabyte-io/made.js": "2022.5.5-3",
6565
"babel-jest": "^28.1.0",
6666
"cross-env": "^7.0.3",
6767
"enzyme": "^3.11.0",
6868
"eslint": "7.32.0",
6969
"eslint-config-airbnb": "19.0.2",
70+
"eslint-config-prettier": "^8.5.0",
7071
"eslint-plugin-import": "2.25.3",
7172
"eslint-plugin-jsdoc": "37.1.0",
7273
"eslint-plugin-jsx-a11y": "6.5.1",
74+
"eslint-plugin-prettier": "^4.2.1",
7375
"eslint-plugin-simple-import-sort": "7.0.0",
7476
"expect": "27.4.2",
7577
"gl": "4.9.2",

0 commit comments

Comments
 (0)