Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tricinel/eslint-config-frontwerk
ESLint config rules for Frontwerk
https://github.com/tricinel/eslint-config-frontwerk
es2015 es2016 es2017 es2018 es6 eslint eslint-config frontend javascript linting style-guide
Last synced: about 2 months ago
JSON representation
ESLint config rules for Frontwerk
- Host: GitHub
- URL: https://github.com/tricinel/eslint-config-frontwerk
- Owner: tricinel
- License: mit
- Created: 2019-07-03T07:19:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:12:23.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T19:53:41.400Z (4 months ago)
- Topics: es2015, es2016, es2017, es2018, es6, eslint, eslint-config, frontend, javascript, linting, style-guide
- Language: JavaScript
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- Contributing: Contributing.md
- License: License.md
Awesome Lists containing this project
README
# eslint-config-frontwerk
![Node Version][node-version-badge] ![Npm version][npm-version-badge]
[![Npm downloads][npm-downloads-badge]][npm-downloads-badge] ![License][license-badge]This package provides [Frontwerk][frontwerkorg]'s JavaScript .eslintrc (without React or Typescript) as an extensible shared [ESLint][eslint] config.
## Usage
1. Install the correct versions of each package:
```sh
npm install --dev eslint-config-frontwerk eslint-plugin-import
```Or with **yarn**:
```sh
yarn add --dev eslint-config-frontwerk eslint-plugin-import
```2. Add `"extends": "frontwerk"` to your `.eslintrc`.
## Related
- If you're a TypeScript user, you might want to check out [eslint-config-frontwerk-typescript][eslint-config-frontwerk-typescript].
- If you're using [ReactJS][reactjs], check out [eslint-config-frontwerk-react][eslint-config-frontwerk-react].## Contributing
- Run tests with `npm run test` or `yarn test`.
- Run the lint with `npm run lint` or `yarn lint`.For details, check out the [Contributing][contributing] guide.
# LICENSE
MIT
[eslint]: https://eslint.org/
[frontwerkorg]: https://frontwerk.org
[license]: https://github.com/tricinel/eslint-config-frontwerk/blob/master/LICENSE
[node-version-badge]: https://img.shields.io/node/v/eslint-config-frontwerk.svg?style=flat-square
[license-badge]: https://img.shields.io/npm/l/eslint-config-frontwerk.svg?style=flat-square
[npm-version-badge]: https://img.shields.io/npm/v/eslint-config-frontwerk.svg?style=flat-square
[npm-downloads-badge]: https://img.shields.io/npm/dt/eslint-config-frontwerk.svg?style=flat-square
[contributing]: ./Contributing.md
[eslint-config-frontwerk-typescript]: https://github.com/tricinel/eslint-config-frontwerk-typescript
[reactjs]: https://reactjs.org/
[eslint-config-frontwerk-react]: https://github.com/tricinel/eslint-config-frontwerk-react