UNPKG

profanity-cleaner

Version:

A simple and lightweight JavaScript library that helps you clean profane or inappropriate words from a given text

18 lines 267 B
module.exports = { env: { browser: true, commonjs: true, es2021: true, node: true, }, extends: [ 'airbnb-base', "eslint:recommended", "prettier" ], overrides: [], parserOptions: { ecmaVersion: 'latest', }, rules: {}, };