Change eslint-plugin-n config from flag/recommended-script to flag/recommended for CJS and ESM
#815
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| merge_group: | |
| jobs: | |
| lint: | |
| uses: stylelint/.github/.github/workflows/lint.yml@main | |
| test: | |
| uses: stylelint/.github/.github/workflows/test.yml@main | |
| with: | |
| node-version: '["lts/*"]' |