Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 18, 2024 via pnpm
Package summary
Share
0
issues
7
licenses
167
MIT
17
ISC
6
BSD-2-Clause
9
other licenses
Apache-2.0
5
BSD-3-Clause
2
Python-2.0
1
(MIT OR CC0-1.0)
1
Package created
13 May 2015
Version published
29 May 2023
Maintainers
11
Total deps
199
Direct deps
4
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
167 Packages, Including:
@eslint-community/eslint-utils@4.4.0
@eslint-community/regexpp@4.10.0
@eslint/eslintrc@2.1.4
@eslint/js@8.57.0
@nodelib/fs.scandir@2.1.5
@nodelib/fs.stat@2.0.5
@nodelib/fs.walk@1.2.8
@types/json5@0.0.29
acorn-jsx@5.3.2
acorn@8.11.3
ajv@6.12.6
ansi-regex@5.0.1
ansi-styles@4.3.0
array-buffer-byte-length@1.0.1
array-includes@3.1.8
array.prototype.findlastindex@1.2.5
array.prototype.flat@1.3.2
array.prototype.flatmap@1.3.2
arraybuffer.prototype.slice@1.0.3
available-typed-arrays@1.0.7
balanced-match@1.0.2
brace-expansion@1.1.11
builtin-modules@3.3.0
builtins@5.1.0
call-bind@1.0.7
callsites@3.1.0
chalk@4.1.2
color-convert@2.0.1
color-name@1.1.4
concat-map@0.0.1
cross-spawn@7.0.3
data-view-buffer@1.0.1
data-view-byte-length@1.0.1
data-view-byte-offset@1.0.0
debug@3.2.7
debug@4.3.4
deep-is@0.1.4
define-data-property@1.1.4
define-properties@1.2.1
es-abstract@1.23.3
es-define-property@1.0.0
es-errors@1.3.0
es-object-atoms@1.0.0
es-set-tostringtag@2.0.3
es-shim-unscopables@1.0.2
es-to-primitive@1.2.1
escape-string-regexp@4.0.0
eslint-compat-utils@0.5.0
eslint-config-standard@17.1.0
eslint-import-resolver-node@0.3.9

ISC License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
hold-liable
Must
include-copyright
include-license
17 Packages, Including:
@ungap/structured-clone@1.2.0
eslint-plugin-promise@6.1.1
fastq@1.17.1
flatted@3.3.1
fs.realpath@1.0.0
glob-parent@6.0.2
glob@7.2.3
inflight@1.0.6
inherits@2.0.4
isexe@2.0.0
minimatch@3.1.2
once@1.4.0
rimraf@3.0.2
semver@6.3.1
semver@7.6.2
which@2.0.2
wrappy@1.0.2

BSD 2-Clause "Simplified" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
hold-liable
Must
include-copyright
include-license
6 Packages, Including:
eslint-scope@7.2.2
espree@9.6.1
esrecurse@4.3.0
estraverse@5.3.0
esutils@2.0.3
uri-js@4.4.1

Apache License 2.0

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
use-patent-claims
place-warranty
Cannot
hold-liable
use-trademark
Must
include-copyright
include-license
state-changes
include-notice
5 Packages, Including:
@humanwhocodes/config-array@0.11.14
@humanwhocodes/module-importer@1.0.1
doctrine@2.1.0
doctrine@3.0.0
eslint-visitor-keys@3.4.3

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
2 Packages, Including:
@humanwhocodes/object-schema@2.0.3
esquery@1.5.0

Python License 2.0

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
state-changes
1 Packages, Including:
argparse@2.0.1

(MIT OR CC0-1.0)

Public Domain
1 Packages, Including:
type-fest@0.20.2
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

4
All Dependencies CSV
β“˜ This is a list of eslint-config-standard 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
eslint-plugin-import2.29.1343.75 kBMIT
prod peer
eslint-plugin-n16.6.263.66 kBMIT
prod peer
eslint-plugin-promise6.1.115.28 kBISC
prod peer
eslint8.57.02.9 MBMIT
prod peer

Visualizations

Frequently Asked Questions

What does eslint-config-standard do?

The ESLint-Config-Standard is an ESLint Shareable Config for JavaScript Standard Style. It essentially provides a set of linting rules that enforce the JavaScript standard style. By integrating this into your project, you can ensure cleaner, more consistent code that complies with industry standards across your team.

How do you use eslint-config-standard?

To use ESLint-Config-Standard, first, you need to install it. This can be done by executing the command npm install eslint-config-standard in your terminal.

Once you have your ESLint-Config-Standard installed, you can set it up automatically by following these steps:

npx eslint --init

When prompted, choose 'Use a popular style guide', then select 'Standard'. Choose a config file format and confirm the installation of necessary dependencies when prompted.

If you'd prefer to set it up manually, you can run:

npm install --save-dev eslint-config-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node

And then update your .eslintrc file with:

{
  "extends": "standard"
}

This will extend the JavaScript standard style configuration for your project.

Remember, any settings from the shareable config can be overridden directly in your .eslintrc file.

Where are the eslint-config-standard docs?

Detailed documentation on ESLint-Config-Standard can be found at the official ESLint website. After unlocking the potential of this powerful tool, you'll be well on your way to writing cleaner, higher-quality JavaScript code that adheres to industry standards.