Skip to content

Commit

Permalink
Add claryfing comments on eslint config files
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeonk committed Jun 4, 2024
1 parent e18046a commit eb32d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This is used PMC-wide in other projects such as pmc-plugins, nova, larva, and other misc places where we want WordPress' eslint but with adjustments.

module.exports = {
// env: {
// jest: true
Expand Down
1 change: 1 addition & 0 deletions packages/larva/scripts/config/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// This config applies only to Larva's lint:js command but not other projects that use @penskemediacorp/eslint-config, such as Nova.
{
"extends": "@penskemediacorp/eslint-config",
"overrides": [ {
Expand Down

0 comments on commit eb32d6e

Please sign in to comment.