4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-24 06:39:50 +01:00
Launcher/.eslintrc.cjs

10 lines
200 B
JavaScript
Raw Permalink Normal View History

module.exports = {
extends: [
2024-01-23 19:16:32 +01:00
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'@electron-toolkit',
'@electron-toolkit/eslint-config-prettier'
]
}