Skip to content

Commit

Permalink
fix: statement not part of import statement (@typescript-eslint/no-va…
Browse files Browse the repository at this point in the history
…r-requires)
  • Loading branch information
soonki-98 committed Oct 8, 2022
1 parent b0c56e2 commit 230c28d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
const assign = require('object.assign');

const baseStyleRules = require('eslint-config-airbnb-base/rules/style').rules;

const dangleRules = baseStyleRules['no-underscore-dangle'];
module.exports = {
plugins: ['@typescript-eslint', 'react'],
parserOptions: {
Expand Down

0 comments on commit 230c28d

Please sign in to comment.