Socket
Socket
Sign inDemoInstall

eslint-config-cesium

Package Overview
Dependencies
122
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-cesium

ESLint shareable configs for Cesium


Version published
Weekly downloads
1.1K
decreased by-6.47%
Maintainers
2
Install size
17.6 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-cesium

The official shareable ESLint config for the Cesium ecosystem.

Usage


We export three ESLint configurations.

eslint-config-cesium

This config contains basic Cesium syntax and style config, from which browser and node extend. Extends eslint:recommended and prettier with additional rules.

eslint-config-cesium/browser

For use in browser environments.

eslint-config-cesium/node

For use in Node.js environments. Extends plugin/n:recommended


To use any of these configs:

  1. Install eslint and eslint-config-prettier. If using the cesium/node config, also install eslint-plugin-node.

  2. Add "extends": "cesium"/browser or "extends": "cesium/node" to your .eslintrc.* files

Keywords

FAQs

Last updated on 06 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc