Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

altheajs-eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

altheajs-eslint-config - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "altheajs-eslint-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "An eslint config, what else?",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -27,5 +27,5 @@ # altheajs-eslint-config

```json
```js
{
/// ...package.json
// ...package.json
"eslintConfig": {

@@ -50,9 +50,9 @@ "extends" : "altheajs-eslint-config"

```json
```js
{
/// ...package.json
// ...package.json
"scripts": {
/// check for linting errors
// check for linting errors
"lint:quality": "eslint -c .eslintrc.js ./**/*",
/// fix and apply the rules to those that can be fixed
// fix and apply the rules to those that can be fixed
"fix:quality": "eslint -c .eslintrc.js ./**/* --fix",

@@ -71,5 +71,5 @@ }

```json
```js
{
/// ...settings.json
// ...settings.json
"editor.codeActionsOnSave": {

@@ -76,0 +76,0 @@ "source.fixAll.eslint": true

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