Skip to content

Commit f7606e8

Browse files
authored
Move more components to tsx (#324)
1 parent a3faec9 commit f7606e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+1931
-1625
lines changed

.eslintrc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,9 @@
1212
"mocha": true,
1313
"node": true
1414
},
15-
"parser": "babel-eslint",
15+
"parser": "@typescript-eslint/parser",
1616
"plugins": ["react"],
1717
"ignorePatterns": ["src/docs/**/*.js"],
18-
"ecmaFeatures": {
19-
"classes": true,
20-
"jsx": true,
21-
"experimentalDecorators": true
22-
},
2318
"rules": {
2419
"prettier/prettier": [
2520
"error",
@@ -89,6 +84,14 @@
8984
"react/static-property-placement": "off",
9085
"react/jsx-one-expression-per-line": "off"
9186
},
87+
"overrides": [
88+
{
89+
"files": ["*.ts", "*.tsx"],
90+
"rules": {
91+
"no-undef": "off"
92+
}
93+
}
94+
],
9295
"settings": {
9396
"import/resolver": {
9497
"node": {

docs/index.html

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)