Skip to content

Commit

Permalink
💄 CHORE: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAnon9771 committed May 29, 2021
1 parent 69d9926 commit fe911a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/ci/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
},
extends: ['eslint-config-johnanon/lib/ci/web'],
rules: {
'react/react-in-jsx-scope': 'off',
'jsx-a11y/anchor-is-valid': [
'error',
{
Expand Down
2 changes: 1 addition & 1 deletion mobile.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./lib/ci/mobile');
module.exports = require('./lib/ci/mobile')
2 changes: 1 addition & 1 deletion web.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./lib/ci/web');
module.exports = require('./lib/ci/web')

0 comments on commit fe911a0

Please sign in to comment.