Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from JaredKerim-Mozilla/1
Browse files Browse the repository at this point in the history
Add circleci support #1
  • Loading branch information
jaredlockhart committed Jun 22, 2016
2 parents d4c55e8 + 222d32a commit fa170f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@
},
"plugins": [
"mozilla",
"react"
],
"extends": [
"eslint:recommended"
],
"rules": {
"react/jsx-uses-react": 1,
"react/jsx-uses-vars": 1,

"mozilla/components-imports": 1,
"mozilla/import-globals-from": 1,
"mozilla/this-top-level-scope": 1,
Expand Down
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
machine:
node:
version: 6.2

dependencies:
override:
- npm install --dev

0 comments on commit fa170f4

Please sign in to comment.