Skip to content

Commit 6215de3

Browse files
committed
Remove the fixed attw rule
1 parent ad193ee commit 6215de3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint-js-and-ruby.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ jobs:
9090
run: yarn pack -f react-on-rails.tgz
9191
- name: Lint package types
9292
# --profile because we don't care about node10
93-
# --ignore-rules CJS default export can't be resolved at the moment,
94-
# revisit in 15.0.0
95-
run: yarn run attw react-on-rails.tgz --profile node16 --ignore-rules cjs-only-exports-default
93+
run: yarn run attw react-on-rails.tgz --profile node16
9694
- name: Lint package publishing
9795
run: yarn run publint --strict react-on-rails.tgz
9896
# We only download and run Actionlint if there is any difference in GitHub Action workflows

0 commit comments

Comments
 (0)