File: control

package info (click to toggle)
node-eslint-plugin-requirejs 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 920 kB
  • sloc: javascript: 4,677; perl: 48; makefile: 31; sh: 1
file content (14 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Test-Command: node -e "require('eslint-plugin-requirejs');"
Depends:
 node-eslint-plugin-requirejs,
 nodejs,
Restrictions: superficial

Test-Command:
 sed -i -e 'require("\.\./\.\./\.\./lib/rules/([^"]+)"),require("eslint-plugin-requirejs").rules.\1;,' tests/lib/*/*.js
 && mocha --reporter tap tests/lib/*/*.js
Depends:
 mocha,
 node-eslint,
 node-eslint-plugin-requirejs,
 node-ignore,