Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-ionic

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ionic - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

index.js
module.exports = {
"extends": "eslint:recommended",
"rules": {

@@ -3,0 +4,0 @@ "array-bracket-spacing": [2, "never"],

2

package.json
{
"name": "eslint-config-ionic",
"version": "0.0.1",
"version": "0.0.2",
"description": "Common eslint rules/preferences for Ionic.",

@@ -5,0 +5,0 @@ "main": "index.js",

# eslint-config-ionic
Common eslint rules/preferences for Ionic.
## Usage
Install:
```bash
npm i eslint-config-ionic --save-dev
```
Extend the rules from your eslint file:
```json
{
"extends": "ionic"
}
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc