Skip to content

Commit

Permalink
Merge pull request #137 from atom-community/solid
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jun 9, 2021
2 parents c33d579 + 5a2b365 commit ef1f22f
Show file tree
Hide file tree
Showing 11 changed files with 4,592 additions and 3,812 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "eslint-config-atomic/strict-react",
"ignorePatterns": ["dist/", "node_modules/"]
"extends": "eslint-config-atomic/react",
"ignorePatterns": ["dist/", "node_modules/"],
"rules": {
"react/react-in-jsx-scope": "off"
}
}
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
package.json
package-lock.json
pnpm-lock.yaml
coverage
Expand Down
13 changes: 13 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
"solid",
[
"babel-preset-atomic",
{
"addModuleExports": false,
"typescript": true,
"react": false
}
]
]
}
Loading

0 comments on commit ef1f22f

Please sign in to comment.