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

Commit c4ae7d2

Browse files
hzoopetebacondarwin
authored andcommitted
chore(jscs): remove .jscs.json.todo, rename config to .jscsrc
Closes #11993
1 parent 0adc036 commit c4ae7d2

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 renamed to .jscsrc

File renamed without changes.

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports = function(grunt) {
155155
jscs: {
156156
src: ['src/**/*.js', 'test/**/*.js'],
157157
options: {
158-
config: ".jscs.json"
158+
config: ".jscsrc"
159159
}
160160
},
161161

0 commit comments

Comments
 (0)