0.1.69 • Published 6 months ago
@greenberry/linting-config v0.1.69
Greenberry linting-config
ESLint and Prettier bundle for all things Greenberry.
Install
npm i -D @greenberry/linting-configNextJS
⚠️ 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
7 months ago
0.1.67
8 months ago
0.1.66
8 months ago
0.1.65
8 months ago
0.1.64
8 months ago
0.1.63
8 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
9 months ago
0.1.56
9 months ago
0.1.55
9 months ago
0.1.54
9 months ago
0.1.53
9 months ago
0.1.52
9 months ago
0.1.51
9 months ago
0.1.50
9 months ago
0.1.49
9 months ago
0.1.48
9 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
10 months ago
0.1.39
10 months ago
0.1.38
10 months ago
0.1.37
10 months ago
0.1.36
10 months ago