Socket
Book a DemoInstallSign in
Socket

@amedia/eslint-config-prettier

Package Overview
Dependencies
Maintainers
88
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/eslint-config-prettier

ESLint configuration to be used by developers at Amedia

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
88
Created
Source

@amedia/eslint-config-prettier

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

ESLint configuration for Prettier.

Usage

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

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

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

export default [
  // ensure that prettier is dead last
  prettier,
];

Keywords

eslint

FAQs

Package last updated on 14 Aug 2025

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