Direct granular extends
Each granular config can be used directly:
js
module.exports = {
root: true,
extends: [
"@fast-china/eslint-config-legacy/common",
"@fast-china/eslint-config-legacy/javascript",
"@fast-china/eslint-config-legacy/typescript",
"@fast-china/eslint-config-legacy/vue2",
"@fast-china/eslint-config-legacy/prettier",
],
};Available names are /angular, /common, /commonjs, /environment, /import, /javascript, /json, /lodash, /lodash-unified, /markdown, /node, /prettier, /promise, /react, /regexp, /sort-package, /sort-tsconfig, /type-aware, /typescript, /vue, /vue2, and /yaml.
/vue defaults to Vue 3. /vue2 is the separate Vue 2 config.
