Skip to content

Commit

Permalink
Adjust docs wording
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
  • Loading branch information
tbradsha and anomiex authored Dec 19, 2024
1 parent 5d3d690 commit 2f56f6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ FULLTARGET="$PWD/$TARGET"
cat > "$TARGET/eslint.config.mjs" <<EOF
import makeBaseConfig from 'jetpack-js-tools/eslintrc/base.mjs';
// This directory is copy-pasted from elsewhere, but we still need to run this one rule over it so we can't just .eslintignore.
// This directory is copy-pasted from elsewhere, but we still need to run this one rule over it.
export default [
// Import base config, but no rules.
...makeBaseConfig( import.meta.url ).map( block => ( { ...block, rules: {} } ) ),
Expand Down

0 comments on commit 2f56f6b

Please sign in to comment.