diff --git a/.coafile b/.coafile new file mode 100644 index 0000000..d72b754 --- /dev/null +++ b/.coafile @@ -0,0 +1,4 @@ +[cli] +bears = SpaceConsistencyBear +files = **/*.js +use_spaces = true diff --git a/.coarc b/.coarc new file mode 100644 index 0000000..cb7bfa4 --- /dev/null +++ b/.coarc @@ -0,0 +1 @@ +ignore = node_modules/ diff --git a/package.json b/package.json index abae826..17d1a92 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "description": "Portal to get an invite to IIITV Github organization", "scripts": { "start": "node server.js", + "lint:coala":"coala --files=**/*.js --bears=SpaceConsistencyBear --save" "lint": "semistandard --verbose | snazzy", "lint:fix": "semistandard --fix --verbose | snazzy" },