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

Commit

Permalink
feat(javascript): add eslint:recommended default config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed Feb 12, 2024
1 parent 70e0d15 commit 3331fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'eslint-define-config'

export = defineConfig({
extends: ['../common'],
extends: ['eslint:recommended', '../common'],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
Expand Down

0 comments on commit 3331fdc

Please sign in to comment.