Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omnibus of script changes and CI #132

Merged
merged 15 commits into from
Jan 2, 2020
Merged
9 changes: 9 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": ["plugin:json/recommended-with-comments"],
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"es6": true
}
}
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- 11

branches:
only:
- master

script:
- npm run lint
77 changes: 0 additions & 77 deletions addsubclasses.js

This file was deleted.

116 changes: 0 additions & 116 deletions fill-in-features.js

This file was deleted.

52 changes: 0 additions & 52 deletions helper.js

This file was deleted.

2 changes: 2 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
run:
migration: npm run-script nuke-and-replace-db
17 changes: 0 additions & 17 deletions namer.js

This file was deleted.

25 changes: 0 additions & 25 deletions objectifier.js

This file was deleted.

Loading