Skip to content

Commit ef1f22f

Browse files
authored
Merge pull request #137 from atom-community/solid
2 parents c33d579 + 5a2b365 commit ef1f22f

11 files changed

+4592
-3812
lines changed

.eslintrc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"extends": "eslint-config-atomic/strict-react",
3-
"ignorePatterns": ["dist/", "node_modules/"]
2+
"extends": "eslint-config-atomic/react",
3+
"ignorePatterns": ["dist/", "node_modules/"],
4+
"rules": {
5+
"react/react-in-jsx-scope": "off"
6+
}
47
}

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
package.json
32
package-lock.json
43
pnpm-lock.yaml
54
coverage

babel.config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"presets": [
3+
"solid",
4+
[
5+
"babel-preset-atomic",
6+
{
7+
"addModuleExports": false,
8+
"typescript": true,
9+
"react": false
10+
}
11+
]
12+
]
13+
}

0 commit comments

Comments
 (0)