Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jobackman committed Jan 12, 2022
1 parent e19f27a commit f610bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/typescript-eslint-recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let _ = require('lodash');
let _basic = require('./basic');
let _recommended = require('@typescript-eslint/eslint-plugin/dist/configs/recommended.js');
let _recommended = require('@typescript-eslint/eslint-plugin/dist/configs/recommended');

// see https://github.com/eslint/eslint/issues/12592
_basic = _.cloneDeep(_basic);
Expand Down

0 comments on commit f610bfa

Please sign in to comment.