0.1.69 • Published 6 months ago

@greenberry/linting-config v0.1.69

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 months ago

Greenberry linting-config

ESLint and Prettier bundle for all things Greenberry.

Install

npm i -D  @greenberry/linting-config

NextJS

⚠️ Requires @next/eslint-plugin-next

eslint.config.js:

import { eslintConfig } from "@greenberry/linting-config";

const config = [...eslintConfig];

export default config;

prettier.config.js:

import { prettierConfig } from "@greenberry/linting-config";

const config = {
  ...prettierConfig,
};

export default config;

stylelint.config:

⚠️ Beta `

import { stylelintConfig } from "@greenberry/linting-config";

const config = {
  ...stylelintConfig,
};

export default config;

❗️ Deprecated eslint.config.json: ⚠️ Required next ^15.0.0 and eslint ^9.0.0

npm i -D  @greenberry/linting-config

```js
import eslintConfig from "@greenberry/linting-config/dist/legacy/eslint.config.js";

const config = [...eslintConfig];

export default config;
0.1.69

6 months ago

0.1.68

6 months ago

0.1.67

7 months ago

0.1.66

7 months ago

0.1.65

7 months ago

0.1.64

7 months ago

0.1.63

7 months ago

0.1.62

8 months ago

0.1.60

8 months ago

0.1.59

8 months ago

0.1.58

8 months ago

0.1.57

8 months ago

0.1.56

8 months ago

0.1.55

8 months ago

0.1.54

8 months ago

0.1.53

8 months ago

0.1.52

8 months ago

0.1.51

8 months ago

0.1.50

8 months ago

0.1.49

8 months ago

0.1.48

8 months ago

0.1.47

9 months ago

0.1.46

9 months ago

0.1.45

9 months ago

0.1.44

9 months ago

0.1.43

9 months ago

0.1.42

9 months ago

0.1.41

9 months ago

0.1.40

9 months ago

0.1.39

9 months ago

0.1.38

9 months ago

0.1.37

9 months ago

0.1.36

9 months ago