Skip to content

Commit

Permalink
eslint should check codesandboxscript
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 16, 2020
1 parent 691d347 commit 3868e8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ examples/classic/docusaurus.config.js
examples/classic/sidebars.js
examples/classic/src/pages/index.js
examples/facebook/.eslintrc.js
codesandboxscript.js
1 change: 1 addition & 0 deletions codesandboxscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

// eslint-disable-next-line import/no-extraneous-dependencies
const rimraf = require('rimraf');
const {readFileSync, writeFileSync, readdir} = require('fs');
const {execSync} = require('child_process');
Expand Down

0 comments on commit 3868e8f

Please sign in to comment.