@startupjs/babel-plugin-rn-stylename-to-style
Advanced tools
Changelog
0.56.0-alpha.33 (2024-02-23)
Changelog
0.56.0-alpha.4 (2024-02-01)
Update the eslint plugin and related eslint configuration the following way:
change the react-pug eslint plugin to another one in your package.json
:
- "eslint-plugin-react-pug": "*",
+ "@startupjs/eslint-plugin-react-pug": "^0.8.3-3",
update your .eslintrc.json
the following way:
- "plugin:react-pug/all"
+ "plugin:@startupjs/react-pug/all"
...
- "react-pug",
+ "@startupjs/react-pug",
...
- "react-pug/empty-lines": "off",
- "react-pug/no-interpolation": "off",
- "react-pug/prop-types": "off",
- "react-pug/quotes": "off",
+ "@startupjs/react-pug/empty-lines": "off",
+ "@startupjs/react-pug/no-interpolation": "off",
+ "@startupjs/react-pug/prop-types": "off",
+ "@startupjs/react-pug/quotes": "off",