eslint-plugin-webperf

0.0.3 • Public • Published

eslint-plugin-webperf

An ESLint plugin to help you improve your javascript web performance. New project, in progress, feel free to contribute.

Installation

npm install eslint-plugin-webperf

Usage

// .eslintrc

{
  "extends": [
    "plugin:webperf/recommended"
  ],
  "parserOptions": {
    "ecmaVersion": 2018
  }
}
npx eslint .

/eslint-plugin-webperf/

    Package Sidebar

    Install

    npm i eslint-plugin-webperf

    Weekly Downloads

    25

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    166 kB

    Total Files

    23

    Last publish

    Collaborators

    • jadujoel