🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more
Socket
Book a DemoInstallSign in
Socket

@amedia/eslint-config-base

Package Overview
Dependencies
Maintainers
68
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/eslint-config-base

ESLint configuration to be used by developers at Amedia

Source
npmnpm
Version
0.0.0-20240206142449
Version published
Weekly downloads
2K
17.15%
Maintainers
68
Weekly downloads
 
Created
Source

@amedia/eslint-config-base

[!TIP] This module uses flat config files for ESLint[1]. [1]: https://eslint.org/docs/latest/use/configure/configuration-files-new

Common ESLint configuration for JavaScript.

This is entirely pure in that sense that it only uses ESLint rules -- no plugins or extra dependencies.

Usage

npm install --save-dev @amedia/eslint-config-base eslint

After installing the deps, update your ESLint config: eslint.config.js.

import base from '@amedia/eslint-config-base';

export default [base];

Keywords

eslint

FAQs

Package last updated on 06 Feb 2024

Did you know?

Socket

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