Skip to content

Commit

Permalink
✨ Set the file to a new format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 2, 2024
1 parent f7e187c commit 1d33c5d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .eslintrc.json

This file was deleted.

14 changes: 14 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended')

module.exports = [
{
languageOptions: {
globals: {
node: true,
es6: true,
},
ecmaVersion: 'latest',
},
},
eslintPluginPrettierRecommended,
]

0 comments on commit 1d33c5d

Please sign in to comment.