File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,7 @@ export function app(options) {
6767 'client/components/navbar/navbar.component.' + script ,
6868 'client/components/util/util.module.' + script ,
6969 'client/components/util/util.service.' + script ,
70- 'server/.jshintrc' ,
71- 'server/.jshintrc-spec' ,
70+ 'server/.eslintrc' ,
7271 'server/app.js' ,
7372 'server/index.js' ,
7473 'server/routes.js' ,
@@ -92,10 +91,10 @@ export function app(options) {
9291 '.babelrc' ,
9392 '.buildignore' ,
9493 '.editorconfig' ,
94+ '.eslintrc' ,
9595 '.gitattributes' ,
9696 '.gitignore' ,
9797 '.travis.yml' ,
98- '.jscsrc' ,
9998 '.yo-rc.json' ,
10099 'gulpfile.babel.js' ,
101100 'package.json' ,
@@ -121,7 +120,7 @@ export function app(options) {
121120 ] ) ;
122121 } else {
123122 files = files . concat ( [
124- 'client/.jshintrc '
123+ 'client/.eslintrc '
125124 ] ) ;
126125 }
127126
You can’t perform that action at this time.
0 commit comments