Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fnando/codestyle

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fnando/codestyle - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

react/jest.js

2

package.json
{
"name": "@fnando/codestyle",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT"
}

@@ -11,3 +11,3 @@ # @fnando/codestyle

## Typescript
### Typescript

@@ -20,11 +20,12 @@ There are 3 distinct configuration files.

Create a file `tsconfig.json` with the following lines, extending from the file you care about:
Create a file `tsconfig.json` with the following lines, extending from the file you care about. Don't forget to specify the source directory.
```json
{
"extends": "@fnando/codestyle"
"extends": "@fnando/codestyle",
"include": ["src"]
}
```
## Prettier
### Prettier

@@ -37,6 +38,16 @@ Create a file `.prettierrc.js` with the following lines:

## ESLint
### ESLint
[Follow instructions](https://github.com/fnando/eslint-config-codestyle).
### Jest
Create a file `.jest.config.js` with the following lines:
```json
module.exports = require("@fnando/codestyle/react/jest");
```
Notice that only React configuration is supported for now.
## License

@@ -43,0 +54,0 @@

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