1.3.0 • Published 4 years ago

@panda-clouds/eslint-config-panda-clouds v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Panda Clouds ESLint Config

maintained by PandaClouds.com

An ESLint config for standardizing Panda Clouds Projects.

Installation

  1. If you want to use this library, you first need to install the Node.js.

  2. When you install node.js, will also be installed npm.

  3. Please run the following command.

npm install --save-dev @panda-clouds/eslint-config-panda-clouds
  1. run the following command:
cat << 'EOF' > .eslintrc.js
module.exports = {
    extends: '@panda-clouds/eslint-config-panda-clouds',
    rules: {},
};
EOF
1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago