mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 06:31:27 +00:00
chore(lint): enable eslint on mjs (#1804)
This commit is contained in:
parent
bf716f3978
commit
6ec518ff24
@ -17,7 +17,7 @@
|
|||||||
"play": "yarn run nuxi dev playground",
|
"play": "yarn run nuxi dev playground",
|
||||||
"example": "yarn workspace example-$0 dev",
|
"example": "yarn workspace example-$0 dev",
|
||||||
"example:build": "yarn workspace example-$0 build",
|
"example:build": "yarn workspace example-$0 build",
|
||||||
"lint": "eslint --ext .vue,.ts,.js .",
|
"lint": "eslint --ext .vue,.ts,.js,.mjs .",
|
||||||
"lint:docs": "./node_modules/.bin/markdownlint ./",
|
"lint:docs": "./node_modules/.bin/markdownlint ./",
|
||||||
"test": "yarn lint && yarn test:presets",
|
"test": "yarn lint && yarn test:presets",
|
||||||
"test:presets": "mocha test/presets/*.mjs",
|
"test:presets": "mocha test/presets/*.mjs",
|
||||||
|
@ -4,5 +4,4 @@ export { EffectScope, computed, createApp, createRef, customRef, defineAsyncComp
|
|||||||
|
|
||||||
export const isFunction = fn => fn instanceof Function
|
export const isFunction = fn => fn instanceof Function
|
||||||
|
|
||||||
|
|
||||||
export { Vue as default }
|
export { Vue as default }
|
||||||
|
Loading…
Reference in New Issue
Block a user