Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 8672544

Browse files
committed
fix: eslint config
1 parent 888480c commit 8672544

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tasks/Scaffold/setupEslint.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ const task: TaskFn = (_, logger, { absPath, prettier, eslint, pkg }) => {
2727
* Setup config for prettier
2828
*/
2929
if (prettier) {
30-
eslintRc.set('extends', [
31-
'plugin:adonis/typescriptApp',
32-
'prettier',
33-
'prettier/@typescript-eslint',
34-
])
30+
eslintRc.set('extends', ['plugin:adonis/typescriptApp', 'prettier'])
3531
eslintRc.set('plugins', ['prettier'])
3632
eslintRc.set('rules', {
3733
'prettier/prettier': ['error'],

0 commit comments

Comments
 (0)