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

eslint-config-ta-webapp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ta-webapp - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

10

package.json
{
"name": "eslint-config-ta-webapp",
"version": "1.1.0",
"description": "eslint eslintconfig technologyadvice",
"version": "1.2.0",
"description": "Reusable eslint config for TA web apps.",
"main": "index.js",

@@ -23,3 +23,7 @@ "scripts": {

},
"homepage": "https://github.com/TechnologyAdvice/eslint-config-react#readme"
"homepage": "https://github.com/TechnologyAdvice/eslint-config-react#readme",
"dependencies": {
"eslint-plugin-mocha": "^1.0.0",
"eslint-plugin-react": "^3.5.1"
}
}

@@ -1,2 +0,39 @@

# eslint-config-react
Reusable eslint config for TA React web apps.
eslint-config-ta-webapp
=======================
Reusable [ESlint](http://www.eslint.org) config for TA web apps.
## Install
```
npm install eslint-config-ta-webapp --save-dev
```
## Usage
### /.eslintrc
```json
{
"extends": "ta-webapp"
}
```
### /test/.eslintrc
```json
{
"extends": "ta-webapp/lib/tests"
}
```
>Sane overrides for testing. Like, mocha/sinon/chai globals, more liberal nesting, etc.
## Support
- React
- JSX
- JSDoc
- Mocha
- ES6/7/Future
...and more
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