eslint-config-shareable 1.0.10
Install from the command line:
Learn more about npm packages
$ npm install @ink-feather-org/eslint-config-shareable@1.0.10
Install via package.json:
"@ink-feather-org/eslint-config-shareable": "1.0.10"
About this version
Eslint shareable config used in most ink-feather-org projects. This only contains rule overrides and is meant to be applied after an airbnb-like config.
pnpm add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-plugin-functional eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-vue typescript vue-eslint-parser webpack @ink-feather-org/eslint-config-shareable
module.exports = {
root: true,
env: {
node: true
},
parser: 'vue-eslint-parser',
parserOptions: {
parser: '@typescript-eslint/parser',
ecmaVersion: 2020
},
extends: [
'plugin:vue/essential',
'@vue/airbnb',
'@vue/typescript/recommended',
'@feather-ink/eslint-config-shareable'
],
plugins: [
'import',
'node'
]
}
pnpm add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-plugin-functional eslint-plugin-import eslint-plugin-node eslint-plugin-promise typescript vue-eslint-parser eslint-config-airbnb-typescript @ink-feather-org/eslint-config-shareable
module.exports = {
root: true,
env: {
node: true
},
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 2020,
project: './tsconfig.json'
},
extends: [
'airbnb-typescript/base',
'plugin:@typescript-eslint/recommended',
'@feather-ink/eslint-config-shareable'
],
plugins: [
'import',
'node'
]
}
Details
- eslint-config-shareable
-
ink-feather-org
- almost 3 years ago
- GPL-3.0-or-later
- 14 dependencies
Assets
- eslint-config-shareable-1.0.10.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0