Skip to content

Commit

Permalink
chore(jscs): remove .jscs.json.todo, rename config to .jscsrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo authored and petebacondarwin committed Jun 2, 2015
1 parent 3c9096e commit 578fa01
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .jscs.json.todo

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module.exports = function(grunt) {
jscs: {
src: ['src/**/*.js', 'test/**/*.js'],
options: {
config: ".jscs.json"
config: ".jscsrc"
}
},

Expand Down

0 comments on commit 578fa01

Please sign in to comment.