Skip to content

Commit 9fd755b

Browse files
committed
Code cleanup and prepare for packaging
1 parent 868bd41 commit 9fd755b

File tree

7 files changed

+779
-30004
lines changed

7 files changed

+779
-30004
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"parser": "babel-eslint",
33
"extends": [
44
"standard",
5-
"standard-react",
65
"plugin:prettier/recommended",
76
"prettier/standard"
87
],

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@martenrichter:registry=https://npm.pkg.github.com
2+
registry=https://registry.npmjs.org

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"bracketSpacing": true,
77
"jsxBracketSameLine": false,
88
"arrowParens": "always",
9-
"trailingComma": "none"
9+
"trailingComma": "none",
10+
"endOfLine": "auto"
1011
}

0 commit comments

Comments
 (0)