Skip to content

Commit

Permalink
fix: config rollup to work with react (start-at-root#1)
Browse files Browse the repository at this point in the history
* fix: config rollup to work with react.
* fix: tidy up scss styles. Transpile to css.
  • Loading branch information
jlison authored Aug 3, 2019
1 parent 3d4a14a commit 3b8c8e6
Show file tree
Hide file tree
Showing 22 changed files with 5,904 additions and 2,081 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ module.exports = {
'@typescript-eslint/no-object-literal-type-assertion': 'off',
'react/prop-types': 'off',
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn'
'react-hooks/exhaustive-deps': 'warn',
'react/display-name': 'off'
},
settings: {
react: {
Expand Down
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ tsconfig.jest.json
/examples
.eslintrc.js
CODE_OF_CONDUCT.md
.vscode
.travis.yml
.all-contributorsrc
.prettierignore
.prettierrc
.stylelintrc
tests/
jest.setup.ts
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
}
],
"eslint.enable": true,
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true
"editor.formatOnSave": false
}
Loading

0 comments on commit 3b8c8e6

Please sign in to comment.