Skip to content

Commit

Permalink
support linting through package.json files, instead of `CLIEngine.bas…
Browse files Browse the repository at this point in the history
…eConfig`, adding package.json files when needed, phetsims/tasks#972
  • Loading branch information
zepumph committed Dec 15, 2018
1 parent 61140b9 commit f32432f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/grunt/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const grunt = require( 'grunt' );
const md5 = require( 'md5' );
const path = require( 'path' );
const child_process = require( 'child_process' );
const baseEslintConfig = require( '../../eslint/.eslintrc' ); // eslint-disable-line require-statement-match
const getDataFile = require( './getDataFile' );

/**
Expand All @@ -41,9 +40,6 @@ module.exports = function( repos, cache, say = false ) {

cwd: path.dirname( process.cwd() ),

// Rules are specified in the .eslintrc.js file
baseConfig: baseEslintConfig,

// Caching only checks changed files or when the list of rules is changed. Changing the implementation of a
// custom rule does not invalidate the cache. Caches are declared in .eslintcache files in the directory where
// grunt was run from.
Expand Down

0 comments on commit f32432f

Please sign in to comment.