styled-jsx
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,2 @@ | ||
/* eslint-ignore */ | ||
module.exports = require('./dist/babel-test') |
@@ -14,3 +14,2 @@ "use strict"; | ||
// eslint-disable-next-line unicorn/no-unreadable-array-destructuring | ||
var context = args[0], | ||
@@ -42,3 +41,2 @@ _args$ = args[3], | ||
// eslint-disable-next-line unicorn/no-unreadable-array-destructuring | ||
var context = args[0], | ||
@@ -45,0 +43,0 @@ line = args[4], |
@@ -0,1 +1,2 @@ | ||
/* eslint-ignore */ | ||
module.exports = require('../dist/lib/style-transform') |
{ | ||
"name": "styled-jsx", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"license": "MIT", | ||
@@ -26,3 +26,4 @@ "repository": "vercel/styled-jsx", | ||
"test": "ava", | ||
"lint": "xo", | ||
"lint": "eslint ./src", | ||
"format": "prettier --write \"./{src,test}/**/*.{js,css}\"", | ||
"prepublishOnly": "yarn build && yarn test && yarn lint --quiet" | ||
@@ -40,19 +41,22 @@ }, | ||
}, | ||
"xo": { | ||
"envs": [ | ||
"node", | ||
"browser" | ||
"eslintConfig": { | ||
"env": { | ||
"node": true, | ||
"browser": true, | ||
"es6": true | ||
}, | ||
"extends": [ | ||
"eslint:recommended", | ||
"prettier" | ||
], | ||
"extends": "prettier", | ||
"ignores": [ | ||
"lib/style-transform.js", | ||
"babel-test.js" | ||
], | ||
"parserOptions": { | ||
"ecmaVersion": 11, | ||
"sourceType": "module" | ||
}, | ||
"rules": { | ||
"no-empty": 0, | ||
"capitalized-comments": 0, | ||
"valid-jsdoc": 0, | ||
"prefer-destructuring": 0, | ||
"padding-line-between-statements": 0, | ||
"unicorn/prefer-node-append": 0, | ||
"unicorn/prefer-query-selector": 0 | ||
"padding-line-between-statements": 0 | ||
} | ||
@@ -83,5 +87,5 @@ }, | ||
"babel-plugin-macros": "2.8.0", | ||
"eslint": "7.32.0", | ||
"eslint-config-prettier": "4.0.0", | ||
"husky": "4.3.0", | ||
"mz": "2.7.0", | ||
"prettier": "1.16.4", | ||
@@ -91,4 +95,3 @@ "pretty-quick": "3.1.0", | ||
"react-dom": "17.0.1", | ||
"semantic-release": "17.2.2", | ||
"xo": "0.24.0" | ||
"semantic-release": "17.2.2" | ||
}, | ||
@@ -98,2 +101,10 @@ "peerDependencies": { | ||
}, | ||
"peerDependenciesMeta": { | ||
"@babel/core": { | ||
"optional": true | ||
} | ||
}, | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
}, | ||
"keywords": [ | ||
@@ -100,0 +111,0 @@ "babel-plugin-macros", |
@@ -5,5 +5,2 @@ # styled-jsx | ||
Need help?<br> | ||
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/styled-jsx) | ||
Full, scoped and component-friendly CSS support for JSX (rendered on the server or the client). | ||
@@ -10,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20
103858
1016