Socket
Socket
Sign inDemoInstall

@trieb.work/eslint-config-base

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trieb.work/eslint-config-base - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1-alpha.0

README.md

25

.eslintrc.js

@@ -7,5 +7,26 @@ module.exports = {

},
plugins: ["@typescript-eslint"],
extends: ["eslint:recommended", "airbnb-typescript"],
plugins: ["@typescript-eslint", "prettier"],
extends: [
/*
* Always a good idea to start with sane defaults
*/
"eslint:recommended",
/*
* Our main source of fules comes from airbnb.
*/
"airbnb-typescript",
/*
* Required to integrate prettier into eslint
*/
"plugin:prettier/recommended",
],
rules: {
/*
* This reads all definitions from a local prettier config file and applies the correct
* eslint rules automatically.
*/
"prettier/prettier": ["error"],
"@typescript-eslint/indent": ["error", 4],

@@ -12,0 +33,0 @@ "react/react-in-jsx-scope": "off",

6

package.json
{
"name": "@trieb.work/eslint-config-base",
"version": "1.5.0",
"version": "1.5.1-alpha.0+353d696",
"description": "Default eslint config designed to be used on typescript projects.",

@@ -26,4 +26,6 @@ "author": "Andreas Thomas <dev@chronark.com>",

"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",

@@ -36,3 +38,3 @@ "eslint-plugin-react-hooks": "^4.2.0"

},
"gitHead": "4dff67783c5219f959908de5a34dcf9274d9a76d"
"gitHead": "353d6967aeb77e8496f48d2d6969021831991d5b"
}
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