Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/eslint-config-ndla-h5p
eslint configuration for H5P content type projects
https://github.com/ndlano/eslint-config-ndla-h5p
Last synced: about 5 hours ago
JSON representation
eslint configuration for H5P content type projects
- Host: GitHub
- URL: https://github.com/ndlano/eslint-config-ndla-h5p
- Owner: NDLANO
- License: mit
- Created: 2022-11-20T18:05:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T08:49:20.000Z (9 months ago)
- Last Synced: 2024-04-10T18:10:58.424Z (7 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NDLA's Common ESLint config for H5P projects
This is the common ESLint configuration that all of NDLA's H5P projects should extend.
The config should align with [H5P Group's preferred configuration](https://github.com/h5p/h5p-boilerplate/blob/master/.eslintrc.json).
Rules that H5P Group's config does not mention are free to change within this project and otherwise per project.## Usage
1. To install this configuration, install it with npm
```console
npm install github:NDLANO/eslint-config-ndla-h5p --save-dev
```1. Extend the configuration like this:
```json
{
"extends": ["eslint-config-ndla-h5p"]
}
```