Skip to content

Commit 5bb8865

Browse files
committed
fixed lint and xax_format
1 parent 3667e8e commit 5bb8865

File tree

9 files changed

+21021
-20664
lines changed

9 files changed

+21021
-20664
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"quotes": [2, "single", "avoid-escape"],
1313
"react/display-name": 0,
1414
"react/jsx-boolean-value": 1,
15-
"react/jsx-quotes": 1,
15+
"jsx-quotes": 1,
1616
"react/jsx-no-undef": 1,
1717
"react/jsx-sort-props": 0,
1818
"react/jsx-sort-prop-types": 1,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can also use the standalone build by including `dist/react-metrics-graphics.
2323

2424
__Also ensure to include the standard MetricsGraphics.js stylesheet to the head of your HTML doc__
2525
```html
26-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/metrics-graphics/2.10.1/metricsgraphics.min.css">
26+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/metrics-graphics/2.11.0/metricsgraphics.min.css">
2727
```
2828

2929
## Usage
@@ -158,7 +158,7 @@ import MetricsGraphics from 'react-metrics-graphics';
158158
### Notes
159159
Make sure to include the MetricsGraphics css file in your react app:
160160
```
161-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/metrics-graphics/2.10.1/metricsgraphics.min.css">
161+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/metrics-graphics/2.11.0/metricsgraphics.min.css">
162162
```
163163

164164
## Demo & Examples

0 commit comments

Comments
 (0)