Skip to content

Commit 4714e2e

Browse files
committed
forgot to add the new file to the actual config in index.js
1 parent 45569f6 commit 4714e2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
'@fs/eslint-config-frontier-react/es6',
55
'@fs/eslint-config-frontier-react/react',
66
'@fs/eslint-config-frontier-react/jest',
7+
'@fs/eslint-config-frontier-react/test-helpers',
78
'@fs/eslint-config-frontier-react/noFixRules',
89
'@fs/eslint-config-frontier-react/dont-need-lodash',
910
'@fs/eslint-config-frontier-react/prettierSetup',

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": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "A common ESLint configuration setup for frontier apps",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)