eslint-plugin-jasmine
ESLint rules for Jasmine
File Explorer
Download Latest Version (.zip)- config.yml
- bug_report.md
- feature_request.md
- pull-requests.yml
- releases.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- SECURITY.md
- SUPPORT.md
- expect-matcher.md
- expect-single-argument.md
- missing-expect.md
- named-spy.md
- new-line-before-expect.md
- new-line-between-declarations.md
- no-assign-spyon.md
- no-describe-variables.md
- no-disabled-tests.md
- no-expect-in-setup-teardown.md
- no-focused-tests.md
- no-global-setup.md
- no-pending-tests.md
- no-promise-without-done-fail.md
- no-spec-dupes.md
- no-suite-callback-args.md
- no-suite-dupes.md
- no-unsafe-spy.md
- prefer-jasmine-matcher.md
- prefer-promise-strategies.md
- prefer-toBeUndefined.md
- prefer-toHaveBeenCalledWith.md
- valid-expect.md
- buildName.js
- getLineIndentation.js
- getName.js
- getPrevTokensOnLine.js
- hasPaddingBetweenTokens.js
- no-dupes.js
- prohibit.js
- expect-matcher.js
- expect-single-argument.js
- missing-expect.js
- named-spy.js
- new-line-before-expect.js
- new-line-between-declarations.js
- no-assign-spyon.js
- no-describe-variables.js
- no-disabled-tests.js
- no-expect-in-setup-teardown.js
- no-focused-tests.js
- no-global-setup.js
- no-pending-tests.js
- no-promise-without-done-fail.js
- no-spec-dupes.js
- no-suite-callback-args.js
- no-suite-dupes.js
- no-unsafe-spy.js
- prefer-jasmine-matcher.js
- prefer-promise-strategies.js
- prefer-toBeUndefined.js
- prefer-toHaveBeenCalledWith.js
- valid-expect.js
- lines_to_code.js
- expect-matcher.js
- expect-single-argument.js
- missing-expect.js
- named-spy.js
- new-line-before-expect.js
- new-line-between-declarations.js
- no-assign-spyon.js
- no-describe-variables.js
- no-disabled-tests.js
- no-expect-in-setup-teardown.js
- no-focused-tests.js
- no-global-setup.js
- no-pending-tests.js
- no-promise-without-done-fail.js
- no-spec-dupes.js
- no-suite-callback-args.js
- no-suite-dupes.js
- no-unsafe-spy.js
- prefer-jasmine-matcher.js
- prefer-promise-strategies.js
- prefer-toBeUndefined.js
- prefer-toHaveBeenCalledWith.js
- valid-expect.js
- mocha.opts
- .editorconfig
- .gitattributes
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- index.js
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/tlvince/eslint-plugin-jasmine
Downloads the entire project code from GitHub to your computer.
cd eslint-plugin-jasmine
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save-dev eslint-plugin-jasmine
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
