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

eslint-config-idea-town

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-idea-town - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

index.js
module.exports = {
"extends": [
"eslint:recommended",
"airbnb"
"airbnb/base"
],

@@ -6,0 +6,0 @@ "rules": {

{
"name": "eslint-config-idea-town",
"description": "Shared ESLint config for idea-town repos",
"version": "1.0.0",
"version": "1.1.0",
"author": "Peter deHaan <peter@deseloper.com> (https://about.me/peterdehaan)",

@@ -19,8 +19,3 @@ "bugs": {

"test": "eslint ."
},
"dependencies": {
"babel-eslint": "4.1.0",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "3.3.0"
}
}
# eslint-config-idea-town
Shared ESLint config for idea-town repos.
## Installation:
Unfortunately, it doesn't look like you can obscure the nested dependencies into the external
config. So for now you need to install the `eslint-config-idea-town` config, the [`eslint-config-airbnb`](https://www.npmjs.com/package/eslint-config-airbnb) config, and the [`babel-eslint`](https://www.npmjs.com/package/babel-eslint) parser:
```sh
$ npm i --D eslint-config-idea-town eslint-config-airbnb babel-eslint
```
## Usage:
Simply create an .eslintrc file and extend the fancy "idea-town" config:
```yaml
extends: idea-town
```
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