Files
meteor/package.json

25 lines
552 B
JSON

{
"name": "meteor",
"version": "0.0.1",
"description": "Used to apply Prettier and ESLint manually",
"repository": {
"type": "git",
"url": "git+https://github.com/meteor/meteor.git"
},
"author": "Filipe Névola",
"license": "MIT",
"bugs": {
"url": "https://github.com/meteor/meteor/issues"
},
"homepage": "https://github.com/meteor/meteor#readme",
"devDependencies": {
"@quave/eslint-config-quave": "^1.0.3",
"@types/node": "^14.17.6"
},
"eslintConfig": {
"extends": [
"@quave/quave"
]
}
}