Skip to content

Commit

Permalink
Reinitialize project
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Oct 3, 2015
1 parent 3707bd0 commit d9f266f
Show file tree
Hide file tree
Showing 37 changed files with 130 additions and 1,532 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ root = true

# Change these settings to your own preference
indent_style = space
indent_size = 4
indent_size = 2

[*.json]
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
Expand Down
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "airbnb/base",
"env": {
"browser": true
},
"rules": {
"func-names": 0,
"id-length": [1, {"exceptions": ["$"]}]
}
}
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
node_modules
temp
.tmp
dist
.sass-cache
app/bower_components
test/bower_components
package
.DS_Store
app/scripts/contentscript.js
app/scripts/options.js
npm-debug.log
25 changes: 0 additions & 25 deletions .jshintrc

This file was deleted.

7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
sudo: false
language: node_js
node_js:
- '0.10'
before_script:
- npm install -g grunt-cli
- 4.0
- 4
Loading

0 comments on commit d9f266f

Please sign in to comment.