@panda-clouds/eslint-config-panda-clouds
v1.3.0
Published
An ESLint config for standardizing Panda Clouds Projects.
Downloads
21
Maintainers
Readme
Panda Clouds ESLint Config
maintained by PandaClouds.com
An ESLint config for standardizing Panda Clouds Projects.
Installation
If you want to use this library, you first need to install the Node.js.
When you install node.js, will also be installed npm.
Please run the following command.
npm install --save-dev @panda-clouds/eslint-config-panda-clouds
- run the following command:
cat << 'EOF' > .eslintrc.js
module.exports = {
extends: '@panda-clouds/eslint-config-panda-clouds',
rules: {},
};
EOF