Skip to content

Commit

Permalink
Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 4, 2021
1 parent 2ba56fb commit ab59f71
Show file tree
Hide file tree
Showing 10 changed files with 232 additions and 10 deletions.
222 changes: 222 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styleguide-javascript",
"version": "0.8.0",
"version": "0.9.0",
"description": "The Arctic Ice Studio JavaScript code style",
"author": "Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@arcticicestudio/eslint-config-base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Arctic Ice Studio JavaScript style guide rules as an extensible remark-lint rule preset.
* Imports all rule definitions and sets the default parser options.
*
* @version 0.8.0
* @version 0.9.0
* @license MIT
* @author Arctic Ice Studio <[email protected]>
* @author Sven Greb <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion packages/@arcticicestudio/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcticicestudio/eslint-config-base",
"version": "0.8.0",
"version": "0.9.0",
"description": "The Arctic Ice Studio JavaScript Style Guide base rules as an extensible shared ESLint configuration",
"author": "Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)",
"contributors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Arctic Ice Studio JavaScript style guide rules as an extensible remark-lint rule preset.
* Imports all rule definitions and sets the default parser options.
*
* @version 0.8.0
* @version 0.9.0
* @license MIT
* @author Arctic Ice Studio <[email protected]>
* @author Sven Greb <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcticicestudio/eslint-config-typescript",
"version": "0.8.0",
"version": "0.9.0",
"description": "The Arctic Ice Studio JavaScript Style Guide rules with TypeScript support as an extensible shared ESLint configuration",
"author": "Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/@arcticicestudio/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Arctic Ice Studio JavaScript style guide rules as an extensible remark-lint rule preset.
* Imports all rule definitions and sets the default parser options.
*
* @version 0.8.0
* @version 0.9.0
* @license MIT
* @author Arctic Ice Studio <[email protected]>
* @author Sven Greb <[email protected]>
Expand All @@ -19,6 +19,6 @@
*/
module.exports = {
extends: ["@arcticicestudio/eslint-config-base", "./rules/react", "./rules/react/jsx", "./rules/jsx-a11y"].map(
require.resolve
require.resolve,
),
};
2 changes: 1 addition & 1 deletion packages/@arcticicestudio/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arcticicestudio/eslint-config",
"version": "0.8.0",
"version": "0.9.0",
"description": "The Arctic Ice Studio JavaScript Style Guide rules with React support as an extensible shared ESLint configuration",
"author": "Arctic Ice Studio <[email protected]> (https://www.arcticicestudio.com)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@arcticicestudio/eslint-config/react-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Entry point for the React Hooks plugin integration.
*
* @since 0.8.0
* @since 0.9.0
* @see https://github.com/facebook/react/tree/master/packages/eslint-plugin-react-hooks
* @see https://reactjs.org/docs/hooks-rules.html
* @see https://reactjs.org/docs/hooks-intro.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* React Hook plugin rules.
*
* @since 0.8.0
* @since 0.9.0
* @see https://github.com/facebook/react/tree/master/packages/eslint-plugin-react-hooks
* @see https://reactjs.org/docs/hooks-rules.html
* @see https://reactjs.org/docs/hooks-intro.html
Expand Down

0 comments on commit ab59f71

Please sign in to comment.