mirror of
https://github.com/SrIzan10/return-youtube-dislike.git
synced 2026-05-01 10:55:27 +00:00
linter ignorer
This commit is contained in:
10
Website/.eslintignore
Normal file
10
Website/.eslintignore
Normal file
@@ -0,0 +1,10 @@
|
||||
# js vendor file with import/require
|
||||
assets/vendor/**
|
||||
# static vendor file . use with nuxt.config.js script
|
||||
static/**
|
||||
# dependencies
|
||||
node_modules
|
||||
# Nuxt build
|
||||
.nuxt
|
||||
# Nuxt generate
|
||||
dist
|
||||
@@ -7,7 +7,7 @@
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "nuxt generate",
|
||||
"lint": "eslint --fix --ext .js,.vue ./"
|
||||
"lint": "eslint --fix --ext .js,.vue --ignore-path .eslintignore ."
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^3.15.1",
|
||||
|
||||
Reference in New Issue
Block a user