Skip to content

Commit

Permalink
chore: don't lint
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmeinke committed Apr 12, 2016
1 parent 691b80a commit 235e23f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ before_install:
- npm i -g npm@^3.8.0
before_script:
- npm prune
script:
- npm run lint
after_success:
- npm run semantic-release
branches:
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"scripts": {
"commit": "git-cz",
"lint": "npm link && npm link eslint-config-spaced && eslint index.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"author": {
Expand All @@ -26,13 +25,8 @@
],
"license": "ISC",
"devDependencies": {
"babel-eslint": "^6.0.2",
"commitizen": "^2.7.6",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"semantic-release": "^4.3.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 235e23f

Please sign in to comment.