Skip to content

Commit fee8c36

Browse files
Remove redundant require('babel-eslint')
1 parent 08e9d0b commit fee8c36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/lib/rules/no-this-in-sfc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ const ERROR_MESSAGE = 'Stateless functional components should not use this';
1616
const rule = require('../../../lib/rules/no-this-in-sfc');
1717
const RuleTester = require('eslint').RuleTester;
1818

19-
require('babel-eslint');
20-
2119
const parserOptions = {
2220
ecmaVersion: 2018,
2321
sourceType: 'module',

0 commit comments

Comments
 (0)