Skip to content

Commit

Permalink
UPDATED: move to using github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhalnur committed Feb 11, 2022
1 parent f8d869f commit 39e52ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 38 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"plugin:prettier/recommended",
"plugin:flowtype/recommended"
],
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false
},
"rules": {
"prettier/prettier": ["error", {
"singleQuote": true
Expand Down
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

29 changes: 0 additions & 29 deletions appveyor.yml

This file was deleted.

0 comments on commit 39e52ce

Please sign in to comment.