https://github.com/os-js/eslint-config
OS.js ESLint configuration
https://github.com/os-js/eslint-config
osjs
Last synced: 4 months ago
JSON representation
OS.js ESLint configuration
- Host: GitHub
- URL: https://github.com/os-js/eslint-config
- Owner: os-js
- Created: 2019-06-14T20:08:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T17:39:07.000Z (over 1 year ago)
- Last Synced: 2025-06-06T11:08:52.811Z (12 months ago)
- Topics: osjs
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.
[](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
[](https://opencollective.com/osjs)
[](https://liberapay.com/os-js/)
[](https://paypal.me/andersevenrud)
# OS.js v3 ESLint Rules
These are the default ESLint rules for OS.js codebase.
## Installation
```
npm install --save-dev @osjs/eslint-config
```
In your eslint config:
```json
{
"extends": "@osjs/eslint-config"
}
```
## Contribution
* **Sponsor on [Github](https://github.com/sponsors/andersevenrud)**
* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
* **Support on [Open Collective](https://opencollective.com/osjs)**
* [Contribution Guide](https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md)
## Documentation
See the [Official Manuals](https://manual.os-js.org) for articles, tutorials and guides.
## Links
* [Official Chat](https://gitter.im/os-js/OS.js)
* [Community Forums and Announcements](https://community.os-js.org/)
* [Homepage](https://os-js.org/)
* [Twitter](https://twitter.com/osjsorg) ([author](https://twitter.com/andersevenrud))
* [Facebook](https://www.facebook.com/os.js.org)
* [Docker Hub](https://hub.docker.com/u/osjs/)