We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799634a commit a044ac2Copy full SHA for a044ac2
.eslintrc
@@ -0,0 +1,3 @@
1
+{
2
+ "extends": "airbnb/base"
3
+}
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-coffee",
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "CoffeeScript2 support for your @vue/cli project",
5
"main": "index.js",
6
"repository": {
@@ -22,6 +22,8 @@
22
},
23
"homepage": "https://github.com/cxsper/vue-cli-plugin-coffee#readme",
24
"devDependencies": {
25
+ "eslint": "^7.1.0",
26
+ "eslint-config-airbnb": "^18.1.0",
27
"prettier": "^2.0.5"
28
}
29
0 commit comments