This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
-
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.
- Loading branch information
Showing
6 changed files
with
59 additions
and
9 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 |
---|---|---|
|
@@ -21,6 +21,9 @@ | |
!/yarn* | ||
!/.*ignore | ||
|
||
## Travis CI | ||
!/.travis.yml | ||
|
||
# Unwanted crap | ||
.DS_Store | ||
.DS_Store? | ||
|
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,25 @@ | ||
# Configuration | ||
sudo: false | ||
language: node_js | ||
|
||
node_js: | ||
- "stable" | ||
|
||
# The install script | ||
install: | ||
- yarn install | ||
|
||
# The pre-build script | ||
before_script: | ||
- yarn run lint | ||
|
||
# The build script | ||
script: | ||
- yarn run build | ||
|
||
# Disable email notifications | ||
notifications: | ||
email: false | ||
|
||
# WHO IN THE F# (the programming language) DOESN’T SUPPORT TABS IN 2017? ' ' <- tab | ||
# P.S.: F# (the programming language) also doesn’t support tabs, and that's terrible |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1626,7 +1626,7 @@ eslint-visitor-keys@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" | ||
|
||
[email protected], eslint@^4.19.1: | ||
[email protected], eslint@^4.0.0, eslint@^4.19.1: | ||
version "4.19.1" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300" | ||
dependencies: | ||
|
@@ -2451,6 +2451,14 @@ gulp-cli@^2.0.1: | |
v8flags "^3.0.1" | ||
yargs "^7.1.0" | ||
|
||
gulp-eslint@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/gulp-eslint/-/gulp-eslint-4.0.2.tgz#18a2a6768e4404cbf3e203239cb57474168fa606" | ||
dependencies: | ||
eslint "^4.0.0" | ||
fancy-log "^1.3.2" | ||
plugin-error "^1.0.0" | ||
|
||
gulp-json-editor@^2.4.1: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/gulp-json-editor/-/gulp-json-editor-2.4.1.tgz#ef9dfcc7a29c664bdd0e992a331d2f1b0e64650d" | ||
|
@@ -4386,7 +4394,7 @@ [email protected], pino@~4.16.1: | |
quick-format-unescaped "^1.1.2" | ||
split2 "^2.2.0" | ||
|
||
plugin-error@^1.0.1: | ||
plugin-error@^1.0.0, plugin-error@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-1.0.1.tgz#77016bd8919d0ac377fdcdd0322328953ca5781c" | ||
dependencies: | ||
|