Skip to content

Commit c6856ab

Browse files
authored
Add eslint-plugin-coffeescript (codeclimate#395)
1 parent 813c13b commit c6856ab

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"eslint-plugin-ava": "^4.2.1",
4848
"eslint-plugin-babel": "^4.1.1",
4949
"eslint-plugin-backbone": "^2.1.1",
50+
"eslint-plugin-coffeescript": "^1.0.0",
5051
"eslint-plugin-drupal": "^0.3.1",
5152
"eslint-plugin-ejs": "^0.0.2",
5253
"eslint-plugin-ember": "^5.1.0",

yarn.lock

+17-10
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,10 @@ code-point-at@^1.0.0:
465465
version "1.1.0"
466466
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
467467

468+
coffeescript@^2.1.1:
469+
version "2.3.1"
470+
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-2.3.1.tgz#a25f69c251d25805c9842e57fc94bfc453ef6aed"
471+
468472
color-convert@^1.0.0:
469473
version "1.9.0"
470474
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
@@ -1140,6 +1144,14 @@ eslint-plugin-backbone@^2.1.1:
11401144
version "2.1.1"
11411145
resolved "https://registry.yarnpkg.com/eslint-plugin-backbone/-/eslint-plugin-backbone-2.1.1.tgz#2188a3fb2cefdfd57ec5eb898eb3928bae428f73"
11421146

1147+
eslint-plugin-coffeescript@^1.0.0:
1148+
version "1.0.0"
1149+
resolved "https://registry.yarnpkg.com/eslint-plugin-coffeescript/-/eslint-plugin-coffeescript-1.0.0.tgz#088fdc25360b7d67042fbf0f41e0cf0c3d6850cb"
1150+
dependencies:
1151+
coffeescript "^2.1.1"
1152+
eslint-module-utils "^2.1.1"
1153+
source-map "^0.6.1"
1154+
11431155
eslint-plugin-drupal@^0.3.1:
11441156
version "0.3.1"
11451157
resolved "https://registry.yarnpkg.com/eslint-plugin-drupal/-/eslint-plugin-drupal-0.3.1.tgz#85a800fb3509df236eee08540e8abfbde733cce5"
@@ -1405,7 +1417,7 @@ eslint-plugin-react@7.3.0:
14051417
jsx-ast-utils "^2.0.0"
14061418
prop-types "^15.5.10"
14071419

1408-
eslint-plugin-react@7.7.0:
1420+
eslint-plugin-react@7.7.0, eslint-plugin-react@^7.1.0:
14091421
version "7.7.0"
14101422
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160"
14111423
dependencies:
@@ -1424,15 +1436,6 @@ eslint-plugin-react@^6.10.3:
14241436
jsx-ast-utils "^1.3.4"
14251437
object.assign "^4.0.4"
14261438

1427-
eslint-plugin-react@^7.1.0:
1428-
version "7.4.0"
1429-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
1430-
dependencies:
1431-
doctrine "^2.0.0"
1432-
has "^1.0.1"
1433-
jsx-ast-utils "^2.0.0"
1434-
prop-types "^15.5.10"
1435-
14361439
eslint-plugin-rulesdir@^0.1.0:
14371440
version "0.1.0"
14381441
resolved "https://registry.yarnpkg.com/eslint-plugin-rulesdir/-/eslint-plugin-rulesdir-0.1.0.tgz#ad144d7e98464fda82963eff3fab331aecb2bf08"
@@ -2923,6 +2926,10 @@ source-map@^0.5.0, source-map@^0.5.3:
29232926
version "0.5.6"
29242927
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
29252928

2929+
source-map@^0.6.1:
2930+
version "0.6.1"
2931+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
2932+
29262933
spdx-correct@~1.0.0:
29272934
version "1.0.2"
29282935
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40"

0 commit comments

Comments
 (0)