mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2026-05-06 12:41:05 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
browser: true,
|
||||
node: true,
|
||||
},
|
||||
parserOptions: {
|
||||
parser: '@babel/eslint-parser',
|
||||
requireConfigFile: false,
|
||||
},
|
||||
extends: ['@nuxtjs', 'plugin:nuxt/recommended', 'prettier'],
|
||||
plugins: [],
|
||||
// add your custom rules here
|
||||
rules: {},
|
||||
}
|
||||
Reference in New Issue
Block a user