forked from facebookarchive/draft-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removes snoflwake tex linting, and lints examples
fixes facebookarchive#536 this removes the special tex example linting. that had it's own copy of eslint linting just itself. after removing eslint i removed dependencies i didn't see were being used. after that it failed to build, not reconizing the jsx/import statements. so i added the two babel presets to handle that. (react, and es2015 presets). next this starts linting the `examples/` directory. this should introduce no new warnings/errors. as only the tex example had two things that didn't comply (trailing commas, which have been fixed).
- Loading branch information
Eric Coan
committed
Jul 27, 2016
1 parent
9ffe701
commit 92991b8
Showing
4 changed files
with
6 additions
and
186 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,6 +1,5 @@ | ||
lib/ | ||
dist/ | ||
docs/ | ||
examples/ | ||
node_modules/ | ||
website/ |
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