Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
ember-eslint-parser
Advanced tools
This is the eslint parser for ember's gjs and gts files (using `<template>`).
This is the eslint parser for ember's gjs and gts files (using <template>
).
It is meant to be used with eslint-plugin-ember, which provides nice defaults for all the different file types in ember projects.
It's recommended to only use overrides when defining your eslint config, so using this parser would look like this:
{
files: ['**/*.gjs'],
parser: 'ember-eslint-parser',
plugins: ['ember'],
extends: [
'eslint:recommended',
'plugin:ember/recommended',
'plugin:ember/recommended-gjs',
],
},
{
files: ['**/*.gts'],
parser: 'ember-eslint-parser',
plugins: ['ember'],
extends: [
'eslint:recommended',
'plugin:ember/recommended',
'plugin:ember/recommended-gts',
],
},
eslint-plugin-ember is the primary consumer of this parser library, so SemVer may not be respected for other consumers.
FAQs
This is the eslint parser for ember's gjs and gts files (using `<template>`).
The npm package ember-eslint-parser receives a total of 40,829 weekly downloads. As such, ember-eslint-parser popularity was classified as popular.
We found that ember-eslint-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.