1.0.19 • Published 6 months ago

eslint-config-ameria v1.0.19

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Eslint/Prettier shared package

To get started with the project, follow these steps to install the required packages for ESLint and Prettier.

ESLint/Prettier

  1. Install ESLint as a development dependency:

    npm install eslint-config-ameria --save-dev

Usage

.prettierrc.js in your project

module.exports = {
  extends: ["eslint-config-ameria/prettier"], 
    // ... other project-specific options
}; 

—————————————————————————————————————————————

 .eslintrc.js in your project

module.exports = {
  extends: ["eslint-config-ameria"], 
  // ... other project-specific options
};
1.0.19

6 months ago

1.0.18

6 months ago

1.0.17

6 months ago

1.0.16

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago