eslint-plugin-drop-em-dash

npm version License

Flag the Unicode em dash (, U+2014) anywhere in parsed source and autofix to a plain hyphen (-).

Install

npm install --save-dev eslint eslint-plugin-drop-em-dash

Flat config (ESLint 9)

import dropEmDash from 'eslint-plugin-drop-em-dash';

export default [
  ...dropEmDash.configs['flat/recommended'],
];

Fix on disk

npx eslint . --fix