Skip to content

Commit

Permalink
[Chore]: Technical: Translate examples/custom-map-style (#1780)
Browse files Browse the repository at this point in the history
* Renamed files

Signed-off-by: Maksim Suslov <maksim.suslov@actionengine.com>

* Fixed lint script

Signed-off-by: Maksim Suslov <maksim.suslov@actionengine.com>
  • Loading branch information
HeimEndyd committed Apr 14, 2022
1 parent 8431238 commit 7ada98a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/custom-map-style/webpack.config.js
Expand Up @@ -29,7 +29,7 @@ const webpack = require('webpack');
const CONFIG = {
// bundle app.js and everything it imports, recursively.
entry: {
app: resolve('./src/main.js')
app: resolve('./src/main.tsx')
},
output: {
path: resolve(__dirname, 'build'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"typedoc": "typedoc --theme markdown --out typedoc --inputFiles ./src/reducers --inputFiles ./src/actions --excludeExternals --excludeNotExported --excludePrivate",
"example-version": "babel-node ./scripts/edit-version.js",
"prettier-all": "prettier --write '{src,examples,test}/**/*.{js,tsx,ts}'",
"lint": "yarn typescript && eslint src test webpack examples/*.js examples/**/src website/*.js website/src --fix",
"lint": "yarn typescript && eslint src test webpack examples/*.js examples/**/src/*.{js,tsx,ts} website/*.js website/src --fix",
"lint:css": "stylelint './src/**/*.js'",
"typescript": "tsc --noEmit",
"web": "(yarn && yarn install:web && yarn start:web)",
Expand Down

0 comments on commit 7ada98a

Please sign in to comment.