Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 55c7509

Browse files
author
Steve Calvert
committed
Renaming files to avoid these files being flagged as invalid js files.
1 parent d40ca40 commit 55c7509

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jshint:{
2020
src: ['src/**/*.js'],
2121
options: {
2222
force: false,
23-
jshintrc: 'node_modules/mobify-code-style/javascript/jshint.js'
23+
jshintrc: 'node_modules/mobify-code-style/javascript/.jshintrc'
2424
}
2525
}
2626
}
@@ -31,7 +31,7 @@ Sample jscs config:
3131
```javascript
3232
jscs: {
3333
options: {
34-
config: 'node_modules/mobify-code-style/javascript/jscsrc.js'
34+
config: 'node_modules/mobify-code-style/javascript/.jscsrc'
3535
},
3636
src: ['src/**/*.js']
3737
}

0 commit comments

Comments
Β (0)