Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@prismatic-io/eslint-config-spectral
Advanced tools
ESLint config for building Prismatic components
This package contains a recommended ESLint configuration to aid in developing custom Prismatic components.
To install, run:
npm install @prismatic-io/eslint-config-spectral --save-dev
You will need to update your ESLint configuration to reference the config in this package. The easiest way is to add an eslintConfig
block to your package.json
file:
"eslintConfig": {
"root": true,
"extends": ["@prismatic-io/eslint-config-spectral"]
}
Note that you do not need to install the plugin packages as peer dependencies as resolution of those packages is handled with Microsoft's ESLint patch. There are still a handful of peer dependencies you will need to install - use npm info "@prismatic-io/eslint-config-spectral@latest" peerDependencies
to list them or use npx install-peerdeps --dev @prismatic-io/eslint-config-spectral
to install them automatically.
Prismatic is the integration platform for B2B software companies. It's the quickest way to build integrations to the other apps your customers use and to add a native integration marketplace to your product.
Prismatic significantly reduces overall integration effort and enables non-dev teams to take on more of the integration workload, so that you can deliver integrations faster and spend more time on core product innovation.
With Prismatic, you can:
Prismatic is for B2B (business-to-business) software companies, meaning software companies that provide applications used by businesses. It's a good fit for products/teams ranging from early-stage and growing SaaS startups to large, established software companies looking to improve the way they do integrations.
Many B2B software teams serve customers in niche vertical markets, and we designed Prismatic with that in mind. We provide powerful and flexible tools so you can build exactly the integrations your customers need, no matter who your customers are, no matter what systems you need to connect to, no matter how "non-standard" your integration scenario.
Prismatic supports integrations ranging from simple and standard to complex, bespoke, and vertical-specific. Teams use it to build integrations between applications of all kinds, SaaS or legacy, with or without a modern API, regardless of protocol or data format. Here are some example use cases:
For information on the Prismatic platform, check out our website and docs.
To build eslint-config-spectral locally, you'll need yarn
and node
installed.
Run yarn run build
to build the package, or yarn pack
to build a tarball that can be used in custom components for testing changes to eslint-config-spectral.
This repository is MIT licensed.
FAQs
ESLint config for building Prismatic components
The npm package @prismatic-io/eslint-config-spectral receives a total of 1,284 weekly downloads. As such, @prismatic-io/eslint-config-spectral popularity was classified as popular.
We found that @prismatic-io/eslint-config-spectral demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.