New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-es

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-es - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

2

package.json
{
"name": "eslint-config-es",
"version": "0.0.3",
"version": "0.1.0",
"description": "eslint-config-es contains strict ESLint configurations for ES5 and ES2015.",

@@ -5,0 +5,0 @@ "contributors": [

@@ -11,4 +11,16 @@ # eslint-config-es

...
This module contains strict ESLint configurations for ES5 and ES2015, both for server and client development.
To use one of those configurations, create a `.eslintrc` file in your project and use the `extends` keyword.
```json
{
"extends": "es/2015/server"
}
```
Alternatively, you may also use `es/2015/client`, `es/5/server`, and `es/5/client`.
If you want to override any rules, you can do so in your configuration file.
## Running the build

@@ -15,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc