Skip to content

Commit

Permalink
Use standard .eslintrc naming
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Feb 26, 2015
1 parent 4101f01 commit a9658d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ function hint(msg, args) {
}

desc('Check Leaflet source for errors with ESLint');
task('lint', {async: true}, hint('Checking for JS errors...', 'src --config build/eslintrc.json'));
task('lint', {async: true}, hint('Checking for JS errors...', 'src --config .eslintrc'));

desc('Check Leaflet specs source for errors with ESLint');
task('lintspec', {async: true}, hint('Checking for specs JS errors...', 'spec/suites --config spec/eslintrc.json'));
task('lintspec', {async: true}, hint('Checking for specs JS errors...', 'spec/suites --config spec/.eslintrc'));

desc('Combine and compress Leaflet source files');
task('build', {async: true}, function (compsBase32, buildName) {
Expand Down
File renamed without changes.

0 comments on commit a9658d7

Please sign in to comment.