0.4.0 ⢠Published 10 months ago
@kitql/eslint-config v0.4.0
š @kitql/eslint-config
š Read the doc
Install
npm install @kitql/eslint-config --D
eslint config
.eslintrc.js
/** @type { import("eslint").Linter.Config } */
module.exports = {
extends: ['@kitql'],
rules: {}
}
prettier config
.prettierrc.cjs
const config = require('@kitql/eslint-config/.prettierrc.cjs')
module.exports = {
...config
// Some custom things?
}
ignore things with
.prettierignore
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
# Ignore files that are project specific
/db
usage
# lint
npm exec kitql-lint
# format
npm exec kitql-lint --format
āļø Join us
š” KitQL itself is not a library, it's "nothing" but a collection of standalone libraries.
0.4.0
10 months ago
0.4.0-next.6
10 months ago
0.4.0-next.4
10 months ago
0.4.0-next.5
10 months ago
0.4.0-next.2
10 months ago
0.4.0-next.3
10 months ago
0.4.0-next.0
10 months ago
0.4.0-next.1
10 months ago
0.3.6
11 months ago
0.3.5
11 months ago
0.3.7
11 months ago
0.3.4
11 months ago
0.3.3
12 months ago
0.3.2
1 year ago
0.3.1
1 year ago
0.3.0
1 year ago
0.2.0
1 year ago
0.1.1
1 year ago
0.1.0
2 years ago
0.1.0-next.1
2 years ago
0.1.0-next.0
2 years ago
0.0.3
2 years ago