https://github.com/screwdriver-cd/eslint-config-screwdriver
ESLint rules for screwdriver modules
https://github.com/screwdriver-cd/eslint-config-screwdriver
eslint eslint-rules screwdriver
Last synced: 2 months ago
JSON representation
ESLint rules for screwdriver modules
- Host: GitHub
- URL: https://github.com/screwdriver-cd/eslint-config-screwdriver
- Owner: screwdriver-cd
- License: other
- Created: 2016-05-23T18:14:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T01:35:58.000Z (8 months ago)
- Last Synced: 2025-07-06T13:50:22.730Z (3 months ago)
- Topics: eslint, eslint-rules, screwdriver
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-config-screwdriver
- Size: 136 KB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Screwdriver ESLint config
[![Version][npm-image]][npm-url] ![Downloads][downloads-image] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] ![License][license-image]> ESLint rules for Screwdriver projects
## Usage
```bash
npm install --save-dev eslint-config-screwdriver
```## Testing
```bash
npm test
```## Changelog
* 4.0 - Update to eslint@5.8.0, eslint-config-airbnb-base@13.1.0, eslint-plugin-import@2.14.0
* 3.0 - Update to eslint@4.3.0, eslint-config-airbnb-base@11.3.1, eslint-plugin-import@2.7.0## License
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
[npm-image]: https://img.shields.io/npm/v/eslint-config-screwdriver.svg
[npm-url]: https://npmjs.org/package/eslint-config-screwdriver
[downloads-image]: https://img.shields.io/npm/dt/eslint-config-screwdriver.svg
[license-image]: https://img.shields.io/npm/l/eslint-config-screwdriver.svg
[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/screwdriver.svg
[issues-url]: https://github.com/screwdriver-cd/screwdriver/issues
[status-image]: https://cd.screwdriver.cd/pipelines/31/badge
[status-url]: https://cd.screwdriver.cd/pipelines/31