Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: remove ref to salesforce eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Jun 14, 2022
1 parent 7b7d1ae commit dc69cf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/sfdxPlugin/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
*/

module.exports = {
extends: ["eslint-config-salesforce-typescript"],
parser: "@typescript-eslint/parser",
parser: '@typescript-eslint/parser',
};

0 comments on commit dc69cf2

Please sign in to comment.