mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
chore: configure eslint and prettier
This commit is contained in:
parent
5d646d40da
commit
35a2d91a9f
23
.eslintrc
23
.eslintrc
@ -5,9 +5,28 @@
|
||||
"jest": true,
|
||||
"browser": true
|
||||
},
|
||||
"extends": ["airbnb", "prettier"],
|
||||
"extends": ["prettier"],
|
||||
"plugins": ["prettier"],
|
||||
"rules": {
|
||||
"prettier/prettier": ["error"]
|
||||
"prettier/prettier": "error",
|
||||
"import/no-cycle": "warn",
|
||||
"no-underscore-dangle": "off",
|
||||
"no-param-reassign": "warn",
|
||||
"no-nested-ternary": "warn",
|
||||
"react/jsx-filename-extension": "off",
|
||||
"react/prop-types": "off",
|
||||
"react/jsx-curly-newline": "off",
|
||||
"react/jsx-one-expression-per-line": "off",
|
||||
"react/no-array-index-key": "off",
|
||||
"react/jsx-wrap-multilines": "off",
|
||||
"react/jsx-indent": "off",
|
||||
"react/jsx-props-no-spreading": "warn",
|
||||
"react/destructuring-assignment": "off",
|
||||
"jsx-a11y/anchor-is-valid": "off",
|
||||
"jsx-a11y/click-events-have-key-events": "off",
|
||||
"jsx-a11y/no-static-element-interactions": "off"
|
||||
},
|
||||
"parserOptions": {
|
||||
"sourceType": "module"
|
||||
}
|
||||
}
|
||||
|
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"arcanis.vscode-zipfs",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
}
|
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"search.exclude": {
|
||||
"**/.yarn": true,
|
||||
"**/.pnp.*": true
|
||||
},
|
||||
"eslint.nodePath": ".yarn/sdks",
|
||||
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
|
||||
}
|
BIN
.yarn/cache/@arcanis-slice-ansi-npm-1.0.2-f258a50730-1b45393630.zip
vendored
Normal file
BIN
.yarn/cache/@arcanis-slice-ansi-npm-1.0.2-f258a50730-1b45393630.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@nodelib-fs.scandir-npm-2.1.3-92e0b8f0d5-1f100655dd.zip
vendored
Normal file
BIN
.yarn/cache/@nodelib-fs.scandir-npm-2.1.3-92e0b8f0d5-1f100655dd.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@nodelib-fs.stat-npm-2.0.3-be9eaa5ef7-1bfdb2f419.zip
vendored
Normal file
BIN
.yarn/cache/@nodelib-fs.stat-npm-2.0.3-be9eaa5ef7-1bfdb2f419.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@nodelib-fs.walk-npm-1.2.4-1ae6c97d00-f4bffba16c.zip
vendored
Normal file
BIN
.yarn/cache/@nodelib-fs.walk-npm-1.2.4-1ae6c97d00-f4bffba16c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@sindresorhus-is-npm-3.1.2-bcdc8ac1e4-da0047761e.zip
vendored
Normal file
BIN
.yarn/cache/@sindresorhus-is-npm-3.1.2-bcdc8ac1e4-da0047761e.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-emscripten-npm-1.39.4-4d03380faa-b848421e25.zip
vendored
Normal file
BIN
.yarn/cache/@types-emscripten-npm-1.39.4-4d03380faa-b848421e25.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-node-npm-13.13.23-b515436375-aa7e63fd98.zip
vendored
Normal file
BIN
.yarn/cache/@types-node-npm-13.13.23-b515436375-aa7e63fd98.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-semver-npm-7.3.4-96fde085ea-7e8588aa55.zip
vendored
Normal file
BIN
.yarn/cache/@types-semver-npm-7.3.4-96fde085ea-7e8588aa55.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@types-treeify-npm-1.0.0-b5e04e9cd3-f7b82d91a4.zip
vendored
Normal file
BIN
.yarn/cache/@types-treeify-npm-1.0.0-b5e04e9cd3-f7b82d91a4.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@yarnpkg-core-npm-2.3.0-7525e7fc9c-95c3de4f8c.zip
vendored
Normal file
BIN
.yarn/cache/@yarnpkg-core-npm-2.3.0-7525e7fc9c-95c3de4f8c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@yarnpkg-fslib-npm-2.2.2-d560f300e9-654f3c725d.zip
vendored
Normal file
BIN
.yarn/cache/@yarnpkg-fslib-npm-2.2.2-d560f300e9-654f3c725d.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@yarnpkg-json-proxy-npm-2.1.0-2c9f0a202a-9c3877ca03.zip
vendored
Normal file
BIN
.yarn/cache/@yarnpkg-json-proxy-npm-2.1.0-2c9f0a202a-9c3877ca03.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@yarnpkg-libzip-npm-2.2.1-8ad75a808a-75813c2dbe.zip
vendored
Normal file
BIN
.yarn/cache/@yarnpkg-libzip-npm-2.2.1-8ad75a808a-75813c2dbe.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@yarnpkg-parsers-npm-2.2.1-23317f0e32-a53843f683.zip
vendored
Normal file
BIN
.yarn/cache/@yarnpkg-parsers-npm-2.2.1-23317f0e32-a53843f683.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@yarnpkg-pnp-npm-2.3.0-afa3e87261-0373a406a7.zip
vendored
Normal file
BIN
.yarn/cache/@yarnpkg-pnp-npm-2.3.0-afa3e87261-0373a406a7.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@yarnpkg-pnpify-npm-2.3.1-f30ce1a247-86954afdd0.zip
vendored
Normal file
BIN
.yarn/cache/@yarnpkg-pnpify-npm-2.3.1-f30ce1a247-86954afdd0.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@yarnpkg-shell-npm-2.3.0-1c93b34fd7-6175b66319.zip
vendored
Normal file
BIN
.yarn/cache/@yarnpkg-shell-npm-2.3.0-1c93b34fd7-6175b66319.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/base64-js-npm-1.3.1-8625be908e-8a0cc69d7c.zip
vendored
Normal file
BIN
.yarn/cache/base64-js-npm-1.3.1-8625be908e-8a0cc69d7c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/binjumper-npm-0.1.2-f92273dfb2-01d013f077.zip
vendored
Normal file
BIN
.yarn/cache/binjumper-npm-0.1.2-f92273dfb2-01d013f077.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/bl-npm-4.0.3-4670d76538-1f33c5a3da.zip
vendored
Normal file
BIN
.yarn/cache/bl-npm-4.0.3-4670d76538-1f33c5a3da.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/buffer-npm-5.6.0-e1494693bf-e18fdf099c.zip
vendored
Normal file
BIN
.yarn/cache/buffer-npm-5.6.0-e1494693bf-e18fdf099c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/cacheable-lookup-npm-5.0.3-8cec59984a-a51e3ddb82.zip
vendored
Normal file
BIN
.yarn/cache/cacheable-lookup-npm-5.0.3-8cec59984a-a51e3ddb82.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/clipanion-npm-2.6.2-65049fe240-d162deedd0.zip
vendored
Normal file
BIN
.yarn/cache/clipanion-npm-2.6.2-65049fe240-d162deedd0.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/comment-json-npm-2.4.2-ad40caa02b-80bc181741.zip
vendored
Normal file
BIN
.yarn/cache/comment-json-npm-2.4.2-ad40caa02b-80bc181741.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/decompress-response-npm-6.0.0-359de2878c-bb8b8c42be.zip
vendored
Normal file
BIN
.yarn/cache/decompress-response-npm-6.0.0-359de2878c-bb8b8c42be.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/dir-glob-npm-3.0.1-1aea628b1b-687fa3bd60.zip
vendored
Normal file
BIN
.yarn/cache/dir-glob-npm-3.0.1-1aea628b1b-687fa3bd60.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/end-of-stream-npm-1.1.0-318d442be5-1a078bec4b.zip
vendored
Normal file
BIN
.yarn/cache/end-of-stream-npm-1.1.0-318d442be5-1a078bec4b.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/fast-glob-npm-3.2.4-be5d1d4c86-18f9eca898.zip
vendored
Normal file
BIN
.yarn/cache/fast-glob-npm-3.2.4-be5d1d4c86-18f9eca898.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/fastq-npm-1.8.0-4c0923de4a-77d71545ba.zip
vendored
Normal file
BIN
.yarn/cache/fastq-npm-1.8.0-4c0923de4a-77d71545ba.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/fs-constants-npm-1.0.0-59576b2177-b8382395f5.zip
vendored
Normal file
BIN
.yarn/cache/fs-constants-npm-1.0.0-59576b2177-b8382395f5.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/globby-npm-11.0.1-b32c0f1cff-e7239e9e46.zip
vendored
Normal file
BIN
.yarn/cache/globby-npm-11.0.1-b32c0f1cff-e7239e9e46.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/got-npm-11.7.0-cacb9b44fc-780b4b1d33.zip
vendored
Normal file
BIN
.yarn/cache/got-npm-11.7.0-cacb9b44fc-780b4b1d33.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/grapheme-splitter-npm-1.0.4-648f2bf509-6875e94add.zip
vendored
Normal file
BIN
.yarn/cache/grapheme-splitter-npm-1.0.4-648f2bf509-6875e94add.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/has-own-prop-npm-2.0.0-d895adfe8c-8513ff9052.zip
vendored
Normal file
BIN
.yarn/cache/has-own-prop-npm-2.0.0-d895adfe8c-8513ff9052.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/http2-wrapper-npm-1.0.0-beta.5.2-3ea360ab61-74db457c83.zip
vendored
Normal file
BIN
.yarn/cache/http2-wrapper-npm-1.0.0-beta.5.2-3ea360ab61-74db457c83.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/ieee754-npm-1.1.13-a57522ba12-9ef12932e8.zip
vendored
Normal file
BIN
.yarn/cache/ieee754-npm-1.1.13-a57522ba12-9ef12932e8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/ignore-npm-5.1.8-aa9a49ada4-b08e3d5b5d.zip
vendored
Normal file
BIN
.yarn/cache/ignore-npm-5.1.8-aa9a49ada4-b08e3d5b5d.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/is-npm-3.3.0-90b1d93580-191293ded7.zip
vendored
Normal file
BIN
.yarn/cache/is-npm-3.3.0-90b1d93580-191293ded7.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/json-file-plus-npm-3.3.1-7166c0c0e0-91d5ea4871.zip
vendored
Normal file
BIN
.yarn/cache/json-file-plus-npm-3.3.1-7166c0c0e0-91d5ea4871.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/levn-npm-0.4.1-d183b2d7bb-2f6ddfb0b9.zip
vendored
BIN
.yarn/cache/levn-npm-0.4.1-d183b2d7bb-2f6ddfb0b9.zip
vendored
Binary file not shown.
BIN
.yarn/cache/logic-solver-npm-2.0.1-3f092e9b27-48458c6771.zip
vendored
Normal file
BIN
.yarn/cache/logic-solver-npm-2.0.1-3f092e9b27-48458c6771.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/mimic-response-npm-3.1.0-a4a24b4e96-cfbf19f66d.zip
vendored
Normal file
BIN
.yarn/cache/mimic-response-npm-3.1.0-a4a24b4e96-cfbf19f66d.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/node.extend-npm-2.0.2-91a85f1c30-750516f66b.zip
vendored
Normal file
BIN
.yarn/cache/node.extend-npm-2.0.2-91a85f1c30-750516f66b.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/once-npm-1.3.3-595f0882a4-c68086bafe.zip
vendored
Normal file
BIN
.yarn/cache/once-npm-1.3.3-595f0882a4-c68086bafe.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/path-type-npm-4.0.0-10d47fc86a-ef5835f2eb.zip
vendored
Normal file
BIN
.yarn/cache/path-type-npm-4.0.0-10d47fc86a-ef5835f2eb.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/pluralize-npm-7.0.0-5e0212129c-d35d8aeda1.zip
vendored
Normal file
BIN
.yarn/cache/pluralize-npm-7.0.0-5e0212129c-d35d8aeda1.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/promise-deferred-npm-2.0.3-0b6eb75898-3135c0fe22.zip
vendored
Normal file
BIN
.yarn/cache/promise-deferred-npm-2.0.3-0b6eb75898-3135c0fe22.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/promise-npm-7.3.1-5d81d474c0-23267a4b07.zip
vendored
Normal file
BIN
.yarn/cache/promise-npm-7.3.1-5d81d474c0-23267a4b07.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/promiseback-npm-2.0.3-1de6df4a1a-3c405394a4.zip
vendored
Normal file
BIN
.yarn/cache/promiseback-npm-2.0.3-1de6df4a1a-3c405394a4.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/quick-lru-npm-5.1.1-e38e0edce3-fafb2b2fa1.zip
vendored
Normal file
BIN
.yarn/cache/quick-lru-npm-5.1.1-e38e0edce3-fafb2b2fa1.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/resolve-alpn-npm-1.0.0-f655c150b7-17baee01c0.zip
vendored
Normal file
BIN
.yarn/cache/resolve-alpn-npm-1.0.0-f655c150b7-17baee01c0.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/reusify-npm-1.0.4-95ac4aec11-08ef02ed05.zip
vendored
Normal file
BIN
.yarn/cache/reusify-npm-1.0.4-95ac4aec11-08ef02ed05.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/run-parallel-npm-1.1.9-83c6b2d620-a05ca86e99.zip
vendored
Normal file
BIN
.yarn/cache/run-parallel-npm-1.1.9-83c6b2d620-a05ca86e99.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/slash-npm-3.0.0-b87de2279a-fc3e8597d8.zip
vendored
Normal file
BIN
.yarn/cache/slash-npm-3.0.0-b87de2279a-fc3e8597d8.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/stream-buffers-npm-3.0.2-81e4221c31-340a04fc13.zip
vendored
Normal file
BIN
.yarn/cache/stream-buffers-npm-3.0.2-81e4221c31-340a04fc13.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/stream-to-array-npm-2.3.0-eaa32c31d8-b313d7dfa5.zip
vendored
Normal file
BIN
.yarn/cache/stream-to-array-npm-2.3.0-eaa32c31d8-b313d7dfa5.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/stream-to-promise-npm-2.2.0-27f3ae7c38-1f26f85d57.zip
vendored
Normal file
BIN
.yarn/cache/stream-to-promise-npm-2.2.0-27f3ae7c38-1f26f85d57.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/tar-stream-npm-2.1.4-5f7040c9c5-d0414b07c2.zip
vendored
Normal file
BIN
.yarn/cache/tar-stream-npm-2.1.4-5f7040c9c5-d0414b07c2.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/treeify-npm-1.1.0-abf9292333-78db62f564.zip
vendored
Normal file
BIN
.yarn/cache/treeify-npm-1.1.0-abf9292333-78db62f564.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/tunnel-npm-0.0.6-b1c0830ea4-78fbb1a55a.zip
vendored
Normal file
BIN
.yarn/cache/tunnel-npm-0.0.6-b1c0830ea4-78fbb1a55a.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/underscore-npm-1.11.0-1365bd8297-5276f866a6.zip
vendored
Normal file
BIN
.yarn/cache/underscore-npm-1.11.0-1365bd8297-5276f866a6.zip
vendored
Normal file
Binary file not shown.
20
.yarn/sdks/eslint/bin/eslint.js
vendored
Executable file
20
.yarn/sdks/eslint/bin/eslint.js
vendored
Executable file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const {existsSync} = require(`fs`);
|
||||
const {createRequire, createRequireFromPath} = require(`module`);
|
||||
const {resolve, dirname} = require(`path`);
|
||||
|
||||
const relPnpApiPath = "../../../../.pnp.js";
|
||||
|
||||
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
||||
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
||||
|
||||
if (existsSync(absPnpApiPath)) {
|
||||
if (!process.versions.pnp) {
|
||||
// Setup the environment to be able to require eslint/bin/eslint.js
|
||||
require(absPnpApiPath).setup();
|
||||
}
|
||||
}
|
||||
|
||||
// Defer to the real eslint/bin/eslint.js your application uses
|
||||
module.exports = absRequire(`eslint/bin/eslint.js`);
|
20
.yarn/sdks/eslint/lib/api.js
vendored
Normal file
20
.yarn/sdks/eslint/lib/api.js
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const {existsSync} = require(`fs`);
|
||||
const {createRequire, createRequireFromPath} = require(`module`);
|
||||
const {resolve, dirname} = require(`path`);
|
||||
|
||||
const relPnpApiPath = "../../../../.pnp.js";
|
||||
|
||||
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
||||
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
||||
|
||||
if (existsSync(absPnpApiPath)) {
|
||||
if (!process.versions.pnp) {
|
||||
// Setup the environment to be able to require eslint/lib/api.js
|
||||
require(absPnpApiPath).setup();
|
||||
}
|
||||
}
|
||||
|
||||
// Defer to the real eslint/lib/api.js your application uses
|
||||
module.exports = absRequire(`eslint/lib/api.js`);
|
6
.yarn/sdks/eslint/package.json
vendored
Normal file
6
.yarn/sdks/eslint/package.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "eslint",
|
||||
"version": "6.8.0-pnpify",
|
||||
"main": "./lib/api.js",
|
||||
"type": "commonjs"
|
||||
}
|
5
.yarn/sdks/integrations.yml
vendored
Normal file
5
.yarn/sdks/integrations.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# This file is automatically generated by PnPify.
|
||||
# Manual changes will be lost!
|
||||
|
||||
integrations:
|
||||
- vscode
|
20
.yarn/sdks/prettier/index.js
vendored
Executable file
20
.yarn/sdks/prettier/index.js
vendored
Executable file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const {existsSync} = require(`fs`);
|
||||
const {createRequire, createRequireFromPath} = require(`module`);
|
||||
const {resolve, dirname} = require(`path`);
|
||||
|
||||
const relPnpApiPath = "../../../.pnp.js";
|
||||
|
||||
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
||||
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
||||
|
||||
if (existsSync(absPnpApiPath)) {
|
||||
if (!process.versions.pnp) {
|
||||
// Setup the environment to be able to require prettier/index.js
|
||||
require(absPnpApiPath).setup();
|
||||
}
|
||||
}
|
||||
|
||||
// Defer to the real prettier/index.js your application uses
|
||||
module.exports = absRequire(`prettier/index.js`);
|
6
.yarn/sdks/prettier/package.json
vendored
Normal file
6
.yarn/sdks/prettier/package.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "prettier",
|
||||
"version": "2.1.2-pnpify",
|
||||
"main": "./index.js",
|
||||
"type": "commonjs"
|
||||
}
|
11
package.json
11
package.json
@ -33,6 +33,15 @@
|
||||
"test": "lerna run test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "3.22.1"
|
||||
"@yarnpkg/pnpify": "2.3.1",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.3.1",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.2",
|
||||
"eslint-plugin-react-hooks": "4.1.2",
|
||||
"lerna": "3.22.1",
|
||||
"prettier": "2.1.2"
|
||||
}
|
||||
}
|
||||
|
@ -39,12 +39,7 @@
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"babel-jest": "24.9.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"jest": "24.9.0",
|
||||
"jest-diff": "24.9.0",
|
||||
"prettier": "2.1.2"
|
||||
"jest-diff": "24.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -39,16 +39,7 @@
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"babel-jest": "24.9.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.3.1",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.2",
|
||||
"eslint-plugin-react-hooks": "4.1.2",
|
||||
"jest": "24.9.0",
|
||||
"jest-diff": "24.9.0",
|
||||
"prettier": "2.1.2"
|
||||
"jest-diff": "24.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -41,16 +41,7 @@
|
||||
"@babel/preset-react": "7.10.4",
|
||||
"babel-loader": "8.1.0",
|
||||
"bundle-loader": "0.5.6",
|
||||
"eslint": "7.10.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.3.1",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.2",
|
||||
"eslint-plugin-react-hooks": "4.1.2",
|
||||
"html-webpack-plugin": "4.5.0",
|
||||
"prettier": "2.1.2",
|
||||
"webpack": "5.0.0-rc.3",
|
||||
"webpack-cli": "3.3.12",
|
||||
"webpack-dev-server": "3.11.0"
|
||||
|
@ -38,16 +38,7 @@
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"babel-jest": "24.9.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.3.1",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.2",
|
||||
"eslint-plugin-react-hooks": "4.1.2",
|
||||
"jest": "24.9.0",
|
||||
"jest-diff": "24.9.0",
|
||||
"prettier": "2.1.2"
|
||||
"jest-diff": "24.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -38,15 +38,6 @@
|
||||
"@babel/compat-data": "7.9.6",
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"babel-loader": "8.1.0",
|
||||
"eslint": "7.10.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.3.1",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.2",
|
||||
"eslint-plugin-react-hooks": "4.1.2",
|
||||
"prettier": "2.1.2"
|
||||
"babel-loader": "8.1.0"
|
||||
}
|
||||
}
|
||||
|
@ -42,16 +42,7 @@
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"babel-jest": "24.9.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.3.1",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.2",
|
||||
"eslint-plugin-react-hooks": "4.1.2",
|
||||
"jest": "24.9.0",
|
||||
"jest-diff": "24.9.0",
|
||||
"prettier": "2.1.2"
|
||||
"jest-diff": "24.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -38,12 +38,7 @@
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"babel-jest": "24.9.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"jest": "24.9.0",
|
||||
"jest-diff": "24.9.0",
|
||||
"prettier": "2.1.2"
|
||||
"jest-diff": "24.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -38,16 +38,7 @@
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"babel-jest": "24.9.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.3.1",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.2",
|
||||
"eslint-plugin-react-hooks": "4.1.2",
|
||||
"jest": "24.9.0",
|
||||
"jest-diff": "24.9.0",
|
||||
"prettier": "2.1.2"
|
||||
"jest-diff": "24.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -35,15 +35,6 @@
|
||||
"@babel/core": "7.9.6",
|
||||
"@babel/preset-env": "7.9.6",
|
||||
"babel-jest": "24.9.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-airbnb": "18.2.0",
|
||||
"eslint-config-prettier": "6.12.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.3.1",
|
||||
"eslint-plugin-prettier": "3.1.4",
|
||||
"eslint-plugin-react": "7.21.2",
|
||||
"eslint-plugin-react-hooks": "4.1.2",
|
||||
"jest": "24.9.0",
|
||||
"prettier": "2.1.2"
|
||||
"jest": "24.9.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user