chore: Clean up mistakenly added configs

This commit is contained in:
Pierre Vanduynslager
2017-11-29 18:06:14 -05:00
parent 613a646363
commit 685959107b
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -21,7 +21,6 @@ install:
- travis_retry npm install
script:
- git config --get user.email
- npm run test
after_success:
+1 -2
View File
@@ -127,8 +127,7 @@
"prettier"
],
"rules": {
"prettier/prettier": 2,
"no-duplicate-imports": 2
"prettier/prettier": 2
}
}
}