mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
e08ed60ef3
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
25 lines
463 B
JSON
25 lines
463 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"publish": "lerna publish",
|
|
"test": "lerna run test",
|
|
"lint": "lerna run lint",
|
|
"dev": "node scripts/dev.js",
|
|
"site": "node scripts/site.js"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue",
|
|
"jsx"
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "^7.7.0",
|
|
"eslint-config-airbnb-base": "^14.1.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"lerna": "^3.19.0"
|
|
}
|
|
}
|