Skip to content

Commit

Permalink
Enable lint rule strict and autofix all occurrences, see phetsims/chi…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jun 29, 2021
1 parent f5a4007 commit 6b19f04
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion js/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2019-2021, University of Colorado Boulder
// @author Chris Klusendorf

'use strict';

module.exports = {

Expand Down
1 change: 0 additions & 1 deletion js/createHTMLString.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @author Sam Reid (PhET Interactive Simulations)
*/

'use strict';

// const getMarkdownFileAsHTML = require( './getMarkdownFileAsHTML' );
const fs = require( 'fs' );
Expand Down
1 change: 0 additions & 1 deletion js/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

'use strict';

const createHTMLString = require( './createHTMLString' );
const fs = require( 'fs' );
Expand Down
1 change: 0 additions & 1 deletion js/getFromSimInMaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

'use strict';

// modules
const _ = require( 'lodash' ); // eslint-disable-line
Expand Down
1 change: 0 additions & 1 deletion js/getMarkdownFileAsHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

'use strict';

// modules
const fs = require( 'fs' );
Expand Down
1 change: 0 additions & 1 deletion js/serverTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2018-2021, University of Colorado Boulder

'use strict';

const assert = require( 'assert' );
const buildLocal = require( '../../perennial/js/common/buildLocal' );
Expand Down

0 comments on commit 6b19f04

Please sign in to comment.