Socket
Socket
Sign inDemoInstall

@angular-eslint/schematics

Package Overview
Dependencies
Maintainers
1
Versions
740
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-eslint/schematics - npm Package Compare versions

Comparing version 0.7.0-alpha.11 to 0.7.0-alpha.12

5

dist/collection.json

@@ -8,7 +8,2 @@ {

},
"add-config-to-project": {
"factory": "./add-config-to-project",
"schema": "./add-config-to-project/schema.json",
"description": "Add ESLint related configuration to an existing project within a workspace"
},
"convert-tslint-to-eslint": {

@@ -15,0 +10,0 @@ "factory": "./convert-tslint-to-eslint",

16

dist/convert-tslint-to-eslint/index.js

@@ -179,2 +179,3 @@ "use strict";

'plugin:@angular-eslint/recommended',
'plugin:@angular-eslint/template/process-inline-templates',
...(convertedRootESLintConfig.extends || []),

@@ -186,19 +187,6 @@ ],

{
files: ['*.component.html'],
files: ['*.html'],
extends: ['plugin:@angular-eslint/template/recommended'],
rules: templateRules,
},
{
files: ['*.component.ts'],
extends: [
'plugin:@angular-eslint/template/process-inline-templates',
],
settings: {
/**
* Leverage the fact that settings can be arbitrary key value pairs to create some inline documentation
* that will survive JSON (de-)serialization.
*/
ANGULAR_ESLINT_DOCUMENTATION_NOTE: 'This entry in the overrides is only here to extract inline templates from Components, you should not configure rules here',
},
},
];

@@ -205,0 +193,0 @@ // No longer relevant/required

2

dist/utils.js

@@ -102,3 +102,3 @@ "use strict";

`${lintFilePatternsRoot}/**/*.ts`,
`${lintFilePatternsRoot}/**/*.component.html`,
`${lintFilePatternsRoot}/**/*.html`,
],

@@ -105,0 +105,0 @@ },

{
"name": "@angular-eslint/schematics",
"version": "0.7.0-alpha.11",
"version": "0.7.0-alpha.12",
"description": "Angular Schematics for angular-eslint",

@@ -9,3 +9,3 @@ "license": "MIT",

"scripts": {
"build": "rimraf ./dist && tsc -p tsconfig.json && ncp src/collection.json dist/collection.json && ncp src/ng-add/schema.json dist/ng-add/schema.json && ncp src/add-config-to-project/schema.json dist/add-config-to-project/schema.json && ncp src/add-config-to-project/files dist/add-config-to-project/files && ncp src/convert-tslint-to-eslint/schema.json dist/convert-tslint-to-eslint/schema.json",
"build": "rimraf ./dist && tsc -p tsconfig.json && ncp src/collection.json dist/collection.json && ncp src/ng-add/schema.json dist/ng-add/schema.json && ncp src/convert-tslint-to-eslint/schema.json dist/convert-tslint-to-eslint/schema.json",
"test": "jest --coverage",

@@ -27,2 +27,4 @@ "typecheck": "tsc -p tsconfig.json --noEmit"

"dependencies": {
"@angular-eslint/eslint-plugin": "^0.7.0-alpha.12",
"@angular-eslint/eslint-plugin-template": "^0.7.0-alpha.12",
"strip-json-comments": "3.1.1",

@@ -42,3 +44,3 @@ "tslint-to-eslint-config": "2.0.0-beta2"

},
"gitHead": "1580edcd2b4aa3d7c7adb82a7fe77e3731303b3c"
"gitHead": "e26e471cd5876d7d5fcba8540e756406630759b1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc