Skip to content

Commit

Permalink
chore: switch to eslint flat config internally
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 8, 2023
1 parent a08f0ab commit 58cac04
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 227 deletions.
4 changes: 2 additions & 2 deletions .eslint-doc-generatorrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/** @type {import('eslint-doc-generator').GenerateOptions} */
module.exports = {
configEmoji: [
["recommended-gjs", "![gjs logo](/docs/svgs/gjs.svg)"],
["recommended-gts", "![gts logo](/docs/svgs/gts.svg)"]
['recommended-gjs', '![gjs logo](/docs/svgs/gjs.svg)'],
['recommended-gts', '![gts logo](/docs/svgs/gts.svg)'],
],
ruleDocSectionInclude: ['Examples'],
ruleDocTitleFormat: 'prefix-name',
Expand Down
9 changes: 0 additions & 9 deletions .eslintignore

This file was deleted.

200 changes: 0 additions & 200 deletions .eslintrc.js

This file was deleted.

Loading

0 comments on commit 58cac04

Please sign in to comment.