mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
10 lines
175 B
JavaScript
10 lines
175 B
JavaScript
import config from '@modrinth/tooling-config/eslint/nuxt.mjs'
|
|
export default config.append([
|
|
{
|
|
rules: {
|
|
'import/no-unresolved': 'off',
|
|
'no-undef': 'off',
|
|
},
|
|
},
|
|
])
|