Socket
Socket
Sign inDemoInstall

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.0 to 1.0.1

2

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

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

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

You can view this package on NPM: [click here](https://npmjs.com)
You can view this package on NPM: [click here](https://www.npmjs.com/package/altheajs-eslint-config)

@@ -30,3 +30,3 @@ ## Installation

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

@@ -53,7 +53,7 @@ "extends" : "altheajs-eslint-config"

{
// ...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",

@@ -74,3 +74,3 @@ }

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

@@ -77,0 +77,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