New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@timeedit/eslint-config-construct

Package Overview
Dependencies
Maintainers
29
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timeedit/eslint-config-construct - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

13

index-fe.js
module.exports = {
extends: ["standard-react", "plugin:react/recommended", "airbnb"],
plugins: ["prettier", "@babel", "@typescript-eslint"],
rules: {
"parser": "@typescript-eslint/parser",
"extends": ["airbnb", "prettier", "standard-react", "plugin:react/recommended"],
"plugins": ["prettier", "@babel", "@typescript-eslint"],
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".ts", ".tsx"] }],

@@ -37,3 +38,3 @@ "jsx-a11y/anchor-is-valid": 0,

},
parserOptions: {
"parserOptions": {
"ecmaFeatures": {

@@ -47,3 +48,3 @@ "jsx": true

settings: {
"settings": {
"import/resolver": {

@@ -56,3 +57,3 @@ "node": {

},
overrides: [
"overrides": [
{

@@ -59,0 +60,0 @@ "files": ["*.ts", "*.tsx"],

{
"name": "@timeedit/eslint-config-construct",
"version": "1.0.4",
"version": "1.0.5",
"description": "Eslint Config For Construct Team",

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

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