Skip to content

Commit 4a7747f

Browse files
committed
Prettier
1 parent 3edc7b4 commit 4a7747f

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.eslintrc.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ module.exports = {
1515
'@typescript-eslint/naming-convention': [
1616
'error',
1717
{
18-
'selector': 'interface',
19-
'format': ['PascalCase'],
20-
'custom': {
21-
'regex': '^I[A-Z]',
22-
'match': true
18+
selector: 'interface',
19+
format: ['PascalCase'],
20+
custom: {
21+
regex: '^I[A-Z]',
22+
match: true
2323
}
2424
}
2525
],

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://user-images.githubusercontent.com/591645/160241594-6b363b06-2103-445a-ac
88

99
## Requirements
1010

11-
* JupyterLab >= 3.0
11+
- JupyterLab >= 3.0
1212

1313
## Install
1414

@@ -26,7 +26,6 @@ To remove the extension, execute:
2626
pip uninstall jupyterlab_filesystem
2727
```
2828

29-
3029
## Contributing
3130

3231
### Development install

style/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
@import url('base.css');

0 commit comments

Comments
 (0)