This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: init react * chore: update scripts * Revert "chore: update scripts" * chore: add eleventyignore * chore: update scripts * refactor: code * chore: migrate components to react * feat: create Alert component * remove old colde * feat: create Popup component * update popup text * feat: add CodeEditor component * feat: integrate eslint * chore: udpate build script * chore: remove chokidar * chore: add postinstall script * refactor: code * feat: allow users to fix lint errors * chore: update build script * fix: Alert * chore: respect font style for editor * feat: create Configuration component * chore: use `.slice()` * fix: netlify deployment * feat: store state in URL and local storage * feat: add share URL functionality * feat: add real data to configuration * feat: add download configuration button * interactive configuration * fix: state update for configuration * fix: remove warnings * fix: show fix button only if error is fixable * feat: custom styles and theme for react-select * feat: allow to set rules options * fix: show if a rule is deprecated * fix: typo * feat: show suggestions * fix options * feat: integrate codemirror 6 * improve theme * disable zoom on mobile * linter extension * add attribution * feat: popup * fix: popup and theme * chore: remove unused deps * fix height and width of editor * improve editor theme
- Loading branch information
Showing
35 changed files
with
6,067 additions
and
666 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-react", | ||
"@babel/preset-env" | ||
] | ||
} |
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,7 @@ | ||
node_modules | ||
src/playground | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.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
Large diffs are not rendered by default.
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.