mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix: jsx example lint issue and use latest nuxt
This commit is contained in:
parent
844da3f1fe
commit
a9b54c3f25
@ -8,7 +8,7 @@ module.exports = {
|
||||
browser: true,
|
||||
node: true
|
||||
},
|
||||
extends: ["standard", "standard-jsx"],
|
||||
extends: ['standard', 'standard-jsx'],
|
||||
// required to lint *.vue files
|
||||
plugins: [
|
||||
'html'
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nuxt-jsx",
|
||||
"dependencies": {
|
||||
"nuxt": "next"
|
||||
"nuxt": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
|
Loading…
Reference in New Issue
Block a user