Search
Ctrl + K
Gathering detailed insights and metrics for lingokids
lingokids-code-style
Lingokids's ESLint and Prettier shared config.
Overview
Readme
Downloads
Dependencies
Vulnerabilities
OpenSSF Scorecard
npm install lingokids
Typescript
Module System
Total Downloads
0
Last Day
Last Week
Last Month
Last Year
Latest Version
0.0.1
Package Id
lingokids@0.0.1
Unpacked Size
3.82 kB
Size
1.71 kB
File Count
10
Cumulative downloads
0%
NaN
Compared to previous day
Compared to previous week
Compared to previous month
Compared to previous year
No dependencies detected.
Configuration package for eslint built on top of eslint-config-react-native-community and modified to meet Lingokids's own standards.
yarn add -D @lingokids/eslint-config-mobile
Add to your eslint config (.eslintrc, or eslintConfig field in package.json):
.eslintrc
eslintConfig
package.json
1module.exports = { 2 extends: ["@lingokids/mobile"], 3};
No vulnerabilities found.
No security vulnerabilities found.