Skip to content

Commit a044ac2

Browse files
author
Yaroslav Kasperovich
committed
Add ESLint
1 parent 799634a commit a044ac2

File tree

3 files changed

+1027
-1
lines changed

3 files changed

+1027
-1
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "airbnb/base"
3+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-coffee",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "CoffeeScript2 support for your @vue/cli project",
55
"main": "index.js",
66
"repository": {
@@ -22,6 +22,8 @@
2222
},
2323
"homepage": "https://github.com/cxsper/vue-cli-plugin-coffee#readme",
2424
"devDependencies": {
25+
"eslint": "^7.1.0",
26+
"eslint-config-airbnb": "^18.1.0",
2527
"prettier": "^2.0.5"
2628
}
2729
}

0 commit comments

Comments
 (0)