-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KUNFXTCH-278] Use kununu eslint config (#398)
* Use kununu eslint config and start fixing problems * Fix more linting issues * Remove error prop from stories * Minor improvements * Final lint fix * MultipleChoice fixes * Fix all tests * Build docs * Delete old docs * Improve lint * Bring back coverage script * fix linter errors on imports
- Loading branch information
1 parent
087123f
commit b319439
Showing
88 changed files
with
2,798 additions
and
1,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
dist | ||
node_modules | ||
playground/app.jsx | ||
webpack.config.babel.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"extends": "@kununu", | ||
"settings": { | ||
"import/resolver": { | ||
"webpack": "webpack.config.babel.js" | ||
} | ||
}, | ||
"rules": { | ||
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["tests/*.test.jsx", "**/story.js"]}] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
docs/main.c1c73d1371739d836358.bundle.js.map → docs/main.f60135d0582b7e33cbb4.bundle.js.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ntime~main.c1c73d1371739d836358.bundle.js → ...ntime~main.f60135d0582b7e33cbb4.bundle.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.