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

@cenk1cenk2/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cenk1cenk2/eslint-config - npm Package Compare versions

Comparing version

to
0.0.31

2

package.json
{
"name": "@cenk1cenk2/eslint-config",
"version": "0.0.30",
"version": "0.0.31",
"description": "Eslint configuration for my taste.",

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

@@ -11,3 +11,6 @@ module.exports = {

parserOptions: {
project: './tsconfig.json'
project: './tsconfig.json',
tsconfigRootDir: __dirname,
ecmaVersion: 2018,
sourceType: 'module'
},

@@ -14,0 +17,0 @@ rules: {