Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 578fa01

Browse files
hzoopetebacondarwin
authored andcommitted
chore(jscs): remove .jscs.json.todo, rename config to .jscsrc
Closes #11993
1 parent 3c9096e commit 578fa01

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.jscs.json.todo

-15
This file was deleted.

.jscs.json .jscsrc

File renamed without changes.

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ module.exports = function(grunt) {
158158
jscs: {
159159
src: ['src/**/*.js', 'test/**/*.js'],
160160
options: {
161-
config: ".jscs.json"
161+
config: ".jscsrc"
162162
}
163163
},
164164

0 commit comments

Comments
 (0)