Skip to content

Commit

Permalink
Removed the erroneously added base ruleset.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Jun 11, 2024
1 parent dcbc147 commit ac34fb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/plugins/wpcomsh/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const loadIgnorePatterns = require( 'jetpack-js-tools/load-eslint-ignore.js' );
module.exports = {
root: true,
extends: [
require.resolve( 'jetpack-js-tools/eslintrc/base' ),
require.resolve( 'jetpack-js-tools/eslintrc/jest' ),
require.resolve( 'jetpack-js-tools/eslintrc/prettier' ),
],
Expand Down

0 comments on commit ac34fb5

Please sign in to comment.