Skip to content

Commit 1157aa8

Browse files
committed
feat(config): extended the form8ion config for react
1 parent dd00af6 commit 1157aa8

File tree

5 files changed

+986
-0
lines changed

5 files changed

+986
-0
lines changed

Diff for: .eslintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extends: '@dsmjs'

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules/
22

3+
.eslintcache

Diff for: index.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: '@form8ion/react'
3+
};

0 commit comments

Comments
 (0)