Skip to content

Commit

Permalink
try to get js linter working for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Feb 10, 2021
1 parent cc183b9 commit dcb927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: 'expensify',
parser: 'babel-eslint',
ignorePatterns: ['src/vendor', '!.github/actions/*.js'],
ignorePatterns: ['src/vendor', '!.github/actions/**/*.js'],
rules: {
'react/jsx-filename-extension': [1, {extensions: ['.js']}],
'comma-dangle': ['error', 'always-multiline'],
Expand Down

0 comments on commit dcb927e

Please sign in to comment.