chore: Clean up mistakenly added configs

This commit is contained in:
Pierre Vanduynslager 2017-11-28 23:38:26 -05:00
parent 613a646363
commit 685959107b
2 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,6 @@ install:
- travis_retry npm install
script:
- git config --get user.email
- npm run test
after_success:

View File

@ -127,8 +127,7 @@
"prettier"
],
"rules": {
"prettier/prettier": 2,
"no-duplicate-imports": 2
"prettier/prettier": 2
}
}
}