Skip to content

Commit

Permalink
Fix eslint files names
Browse files Browse the repository at this point in the history
  • Loading branch information
pakaoraki committed Apr 23, 2024
1 parent 6389fbb commit 8e86c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// eslint.config.js
module.exports = {
extends: [
'./lint/eslintrc-gjs.yml',
'./lint/eslintrc-shell.yml',
'./lint/eslintrc-gjs.config.js',
'./lint/eslintrc-shell.config.js',
],
parserOptions: {
sourceType: 'module',
Expand Down
17 changes: 0 additions & 17 deletions .eslintrc.yml

This file was deleted.

0 comments on commit 8e86c83

Please sign in to comment.